Sign in

List Campaigns

documented

List campaigns under an advertiser account.

GET /5/accounts/{account_id}/campaignsAds APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://ads-api.x.com/12/accounts/{{$account_id}}/campaigns?campaign_ids={{$campaign_ids}}&count={{$count}}&cursor={{$cursor}}\" \
  -X GET \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\" \
  -H \"X-Api-Key: {{X_API_KEY}}\"
List Campaigns · X · OpenIntegrations