>_

SpendSignoff documentation

The always-on operator for your ad accounts. Read and draft from your AI client — approve before anything goes live.

API reference / Meta Ads

Select Meta Campaign Type

POST/v1/meta-ads/select-meta-campaign-type

Select Meta Campaign Type on Meta Ads.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
campaign_idstringyesTarget campaign.

Example request

POST /v1/meta-ads/select-meta-campaign-type

{
  "account_id": "account_a91f",
  "campaign_id": "campaign_a91f"
}

Example response

200 — OK

{
  "data": [
    {
      "id": "camp_a91f",
      "name": "Q2 Brand",
      "status": "ENABLED"
    }
  ],
  "page": {
    "next": null
  }
}

More Meta Ads endpoints

    Select Meta Campaign Type — Meta Ads API — SpendSignoff