Mailchimp · Schema
RejectEntry
An entry in the rejection blacklist.
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing Analytics
Properties
| Name | Type | Description |
|---|---|---|
| string | The rejected email address. | |
| reason | string | The reason the address is on the blacklist. |
| detail | string | Extended details about the rejection. |
| created_at | string | When the entry was added to the blacklist. |
| last_event_at | string | When the last event occurred for this address. |
| expires_at | string | When the rejection expires (if applicable). |
| expired | boolean | Whether the rejection has expired. |
| subaccount | string | The subaccount this rejection applies to, if any. |
| sender | object | Sender statistics associated with the rejection. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RejectEntry",
"title": "RejectEntry",
"type": "object",
"description": "An entry in the rejection blacklist.",
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "The rejected email address.",
"example": "user@example.com"
},
"reason": {
"type": "string",
"enum": [
"hard-bounce",
"soft-bounce",
"spam",
"unsub",
"custom"
],
"description": "The reason the address is on the blacklist.",
"example": "hard-bounce"
},
"detail": {
"type": "string",
"description": "Extended details about the rejection.",
"example": "example_value"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "When the entry was added to the blacklist.",
"example": "2026-01-15T10:30:00Z"
},
"last_event_at": {
"type": "string",
"format": "date-time",
"description": "When the last event occurred for this address.",
"example": "2026-01-15T10:30:00Z"
},
"expires_at": {
"type": "string",
"format": "date-time",
"description": "When the rejection expires (if applicable).",
"example": "2026-01-15T10:30:00Z"
},
"expired": {
"type": "boolean",
"description": "Whether the rejection has expired.",
"example": true
},
"subaccount": {
"type": "string",
"description": "The subaccount this rejection applies to, if any.",
"example": "example_value"
},
"sender": {
"type": "object",
"properties": {
"address": {
"type": "string",
"format": "email"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"sent": {
"type": "integer"
},
"hard_bounces": {
"type": "integer"
},
"soft_bounces": {
"type": "integer"
},
"rejects": {
"type": "integer"
},
"complaints": {
"type": "integer"
},
"unsubs": {
"type": "integer"
},
"opens": {
"type": "integer"
},
"clicks": {
"type": "integer"
}
},
"description": "Sender statistics associated with the rejection.",
"example": "example_value"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mailchimp-rejectentry"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.