ping
Check Mailchimp API connectivity and validate your API key. Returns health status or error if key is invalid.
Instructions
Check API connectivity and verify the API key is valid.
Fastest health check available. Use get_account_info instead if you need account details. Returns error object if the key is invalid or missing.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Returns: JSON with health_check ('ok' if connected), status_code (200 if healthy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |