16ad4f8e3d97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-10244143882.9 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"
    }
  ]
}