Analyze Meta Audiences
GET
/v1/meta-ads/analyze-meta-audiencesAnalyze Meta Audiences on Meta Ads. A read-only call — no spend is touched.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
| targeting | object | no | Targeting spec to apply or query. |
Example request
GET /v1/meta-ads/analyze-meta-audiences
{
"account_id": "account_a91f",
"targeting": {
"example": "value"
}
}Example response
200 — OK
{
"data": [
{
"id": "camp_a91f",
"name": "Q2 Brand",
"status": "ENABLED"
}
],
"page": {
"next": null
}
}More Meta Ads endpoints