Sign in

Export campaigns data

documented

Export campaigns data via API.

POST /v1/campaign/get-allCampaignsno 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://api.ap3api.com/v1/campaign/get-all" \
  -X POST \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"type": "{{$type}}", "state": "{{$state}}", "folder_id": "{{$folder_id}}", "q": "{{$q}}", "sort_order": "{{$sort_order}}", "sort": "{{$sort}}", "limit": {{$limit}}}'