Get batch webhook info
documentedGet information about a specific batch webhook.
GET /batch-webhooks/{batch_webhook_id}Batch Webhooksno implementation yet0 runsNo 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"