Sign in

List batch orders

documented

List batch-processed orders (if documented in the Batch API).

GET /v2/{account_id}/orders/batchesBatch 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://api.getdrip.com/v2/{{$account_id}}/orders/batches?{{$query}}&page={{$page}}&per_page={{$limit}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List batch orders · Drip · OpenIntegrations