Sign in

Create bulk download

documented

Create a bulk download job for advertiser entities.

POST /ad_accounts/{ad_account_id}/bulk/downloadAdsno 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.pinterest.com/v5/ad_accounts/{{$ad_account_id}}/bulk/download" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"entity_types": {{$entity_types}}, "filters": {"start_date": "{{$start_date}}", "end_date": "{{$end_date}}"} }'