Atoka API User Reference

Location 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
phones[]

list of all the collected telephone numbers associated to this location

- -
phones[].number

phone number associated to the location

"string" phones
phones[].source

the source of the phone number

"phone books", "web" -
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"
},
...
]
}