Sign in

List Campaigns (ads)

documented

List campaigns for an advertiser account.

GET /2/ads/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/5/accounts/{{$account_id}}/campaigns?count={{$limit}}&cursor={{$cursor}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List Campaigns (ads) · X · OpenIntegrations