v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Audience Syncs

List ad accounts

Lists the Meta ad accounts reachable through the connected Meta Ads integration.

get/ad-accounts

Response

Ad accounts returned

successboolean

Example response

{
  "success": true,
  "adAccounts": [
    {
      "id": "act_1234567890",
      "name": "Acme Main Account"
    }
  ]
}