Audience Syncs
List ad accounts
Lists the Meta ad accounts reachable through the connected Meta Ads integration.
get/ad-accounts
Response
Ad accounts returned
Example response
{
"success": true,
"adAccounts": [
{
"id": "act_1234567890",
"name": "Acme Main Account"
}
]
}