Sign in

Get batch webhook info

documented

Get information about a specific batch webhook.

GET /batch-webhooks/{batch_webhook_id}Batch Webhooksno 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://{{$mailchimp_dc}}.api.mailchimp.com/3.0/batch-webhooks/{{$batch_webhook_id}}" \
  -X GET \
  -u "anystring:{{MAILCHIMP_API_KEY}}" \
  -H "Accept: application/json"
Get batch webhook info · Mailchimp · OpenIntegrations