get_batch_webhook
Get details of a batch webhook by ID: returns its URL and whether it is enabled. Use after listing batch webhooks to inspect a specific one.
Instructions
Retrieve the details of a single batch webhook.
Use to inspect a batch webhook's target URL and enabled state. Use list_batch_webhooks to browse all batch webhooks and discover batch_webhook_id values.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: batch_webhook_id: The batch webhook ID. Obtain from list_batch_webhooks. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with id, url, enabled (boolean). Returns error if batch_webhook_id is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| batch_webhook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |