Skip to content
Ads API •References / Ad Accounts / Get Ad Accounts

Get Ad Accounts

Returns a list of ad accounts for the currently authorized user.

Request

  • organization_id
    string [uuid]
  • page_size
    integer [int32]
  • offset
    integer [int32]

Response

    • id
      string [uuid]
    • organization_id
      string [uuid]
    • name
      string
      Example: "Spotify"
    • description
      string
      Example: "A music company"
    • website
      string
      Example: "https://www.spotify.com"
    • industry
      string
    • tax_id
      string
    • ad_studio_lead
      string
    • iso_country_code
      string
      Example: "US"
    • created_at
      string [date-time]
    • last_modified
      string [date-time]
  • total_ad_accounts
    integer [int64]
    Example: 2

Response sample

{  "ad_accounts": [    {      "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",      "organization_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",      "name": "Spotify",      "description": "A music company",      "website": "https://www.spotify.com",      "industry": "industry",      "tax_id": "tax_id",      "ad_studio_lead": "ad_studio_lead",      "iso_country_code": "US",      "created_at": "2000-01-23T04:56:07.000+00:00",      "last_modified": "2000-01-23T04:56:07.000+00:00"    },    {      "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",      "organization_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",      "name": "Spotify",      "description": "A music company",      "website": "https://www.spotify.com",      "industry": "industry",      "tax_id": "tax_id",      "ad_studio_lead": "ad_studio_lead",      "iso_country_code": "US",      "created_at": "2000-01-23T04:56:07.000+00:00",      "last_modified": "2000-01-23T04:56:07.000+00:00"    }  ],  "total_ad_accounts": 2}