Ads API •References / Ad Accounts / Get Ad Accounts
Get Ad Accounts
Returns a list of ad accounts for the currently authorized user
Request
- organization_idstring [uuid]
- page_sizeinteger [int32]
- offsetinteger [int32]
Response
- idstring [uuid]
- organization_idstring [uuid]
- namestringExample:
"Spotify"
- descriptionstringExample:
"A music company"
- websitestringExample:
"https://www.spotify.com"
- industrystring
- tax_idstring
- ad_studio_leadstring
- iso_country_codestringExample:
"US"
- created_atstring [date-time]
- last_modifiedstring [date-time]
- total_ad_accountsinteger [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}