Atoka API User Reference

People package "Socials"

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
facebook[] - -
facebook[].url

url of the Facebook account

"string" socials=facebook
linkedin[] - -
linkedin[].url

url of the LinkedIn account

"string" socials=linkedin
picture

picture of the person extracted from social sites

"string" -
twitter[] - -
twitter[].url

url of the Twitter account

"string" socials=twitter
Example JSON fragment for package
{
"picture": "foo",
"facebook": [
{
"url": "foo"
},
...
],
"twitter": [
{
"url": "foo"
},
...
],
"linkedin": [
{
"url": "foo"
},
...
]
}