Atoka API User Reference

Companies package "Contacts"

API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!

Available fields
Description
Data
Used by filters
Facet
Match
Stats
emails[]

list of emails associated to this company

- -
emails[].address

e-mail address

"string" -
emails[].provenance[] Private field

Provenance of the email: it tells you which method was used to match the email to the company

"string" -
emails[].type

category of the email address (e.g. information, support, ...)

"administration", "info", "management", "marketing", "purchases", "sales", "support", "technician", ... emails
emails[].verified

the email address is confirmed to exist and receive messages

true | false -
fax[]

list of fax numbers related to the company

"string" -
phones[]

list of all the collected telephone numbers

- -
phones[].fullAddress

full address of the site this phone number belongs to

"string" -
phones[].locationId

identifier of the site this phone number belongs to

"string" -
phones[].number

phone number associated to the company

"string" phones
phones[].source

the source of the phone number

"phone books", "web" -
phones[].type[]

the type of the phone number

"standard", "whatsapp", "telegram" -
phones[].verified

whether the phone has been verified by cross-checks on different sources or not

true | false -
Example JSON fragment for package
{
"phones": [
{
"number": "foo",
"verified": false,
"source": "phone books",
"type": [
"standard",
...
],
"locationId": "foo",
"fullAddress": "foo"
},
...
],
"fax": [
"foo",
...
],
"emails": [
{
"type": "administration",
"address": "foo",
"verified": false,
"provenance": [
"foo",
...
]
},
...
]
}