Company Digital Footprint
List all the major social media networking accounts belong to the company.
This is a list of major active social networking accounts owned or managed by the corresponding organization.
get/api/v2/companies/{id}/socialmedia
Path parameters
idinteger required
The id of the target company.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250
Example:10
The number of result items in a single response.
querystring
Example:acmeinc.com
The value will be searched in the Media, Url and Domain response fields.
Response
Success
Example response
[
{
"Media": "instagram",
"Url": "https://www.facebook.com/acmeinc",
"Domain": "acmeinc.com"
}
]