Sign in

Get the status/details of a bulk API request

documented

Retrieve status and details for a submitted bulk request.

GET /email/bulk/{bulk-request-id}Bulkno 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.postmarkapp.com/email/bulk/{{$bulk_request_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-Postmark-Server-Token: {{POSTMARKAPP_API_KEY}}"