List Social Accounts
Lists the social accounts linked to an account or user. The owner is passed as exactly one of account_id (a biz_ identifier) or user_id (a user_ identifier); an account-scoped API key defaults to its own account when neither is given.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
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.
x, instagram, youtube, tiktok, facebook Only return social accounts that are verified on the platform.
Only return social accounts that have these scopes.
advertise The number of social accounts to return.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
The number of social accounts to return from the end of the range.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).

