List Social Accounts
Lists the social accounts linked to an account or user.
Query parameters
The Account that the social accounts are connected to. Provide either this or user_id.
The User that the social accounts are connected to. Provide either this or account_id.
Only return social accounts for the platform that is specified.
Only return social accounts that are verified on the platform.
Only return social accounts that have these scopes.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
The field to sort social accounts by.
Sort direction.
Response
filtered to accounts holding the requested scope
Example response
{
"data": [
{
"error": "You don't have permission to share this account. Ask an admin of its Meta Business Portfolio to grant you full control, then share it again.",
"external_id": "1234567891",
"id": "sacc_xxxxxxxxxxxxxx",
"name": "Shine Time Auto Detailing",
"parent_social_account": {
"external_id": "555111",
"id": "sacc_xxxxxxxxxxxxxx",
"name": "Shine Time Auto Detailing",
"platform": "facebook",
"profile_picture_url": "https://shinetime.example/logo.png",
"username": "shinetimedetailing",
"verified": true
},
"platform": "instagram",
"profile_picture_url": "https://shinetime.example/logo.png",
"scopes": [
"advertise"
],
"url": "https://instagram.com/shinetimedetail",
"username": "shinetimedetail",
"verified": true
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}