latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

accounts

Get current user subaccounts

Fetches the current user's subaccounts for a specific account. Subaccounts are typically used for platforms like Facebook where a user can have multiple pages.

get/v2/users/me/accounts/{accountId}/subaccounts

Path parameters

accountIdstring required

Response

Default Response

Example response

{
  "items": [
    {
      "id": "facebook_page_12345",
      "accountId": "account_67890",
      "name": "My Facebook Page"
    }
  ]
}