Send multiple emails
Send up to 100 emails in a single request. Useful for sending personalized emails to multiple recipients efficiently.
Each email in the batch can have different content and recipients. Failed emails don't affect other emails in the batch.
Idempotency: Supports Idempotency-Key header for safe retries.
Headers
Unique key for idempotent requests. If a request with this key was already processed, the cached response is returned. Keys expire after 24 hours.
Request body
Example request
{
"emails": [
{
"metadata": {
"user_id": "usr_123456",
"order_id": "ord_789012",
"campaign": "welcome_series"
}
}
]
}Response
Batch accepted
Example response
{
"data": {
"total": 10,
"accepted": 9,
"failed": 1
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}Changes
Changed in 10 of the 49 revisions of this API.328515
- ●
the optional response header
X-RateLimit-Limitremoved for the status429optional-response-header-removed
- ●
the optional response header
X-RateLimit-Remainingremoved for the status429optional-response-header-removed
- ●
the optional response header
X-RateLimit-Resetremoved for the status429optional-response-header-removed
- ●
- ●
added the new
infrastructure_errorenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ○
removed the
postal_errorenum value from theerror/coderesponse property for the response status400response-property-enum-value-removed
- ○
removed the
postal_errorenum value from theerror/coderesponse property for the response status401response-property-enum-value-removed
- ○
removed the
postal_errorenum value from theerror/coderesponse property for the response status402response-property-enum-value-removed
- ○
removed the
postal_errorenum value from theerror/coderesponse property for the response status409response-property-enum-value-removed
- ○
removed the
postal_errorenum value from theerror/coderesponse property for the response status429response-property-enum-value-removed
- ○
removed the
postal_errorenum value from theerror/coderesponse property for the response status500response-property-enum-value-removed
- ●
- ●
added the new
already_existsenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
already_existsenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
already_existsenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
already_existsenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
already_existsenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
already_existsenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
authentication_requiredenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
authentication_requiredenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
authentication_requiredenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
authentication_requiredenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
authentication_requiredenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
authentication_requiredenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
billing_errorenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
billing_errorenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
billing_errorenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
billing_errorenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
billing_errorenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
billing_errorenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
credential_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
credential_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
credential_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
credential_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
credential_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
credential_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
credential_on_holdenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
credential_on_holdenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
credential_on_holdenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
credential_on_holdenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
credential_on_holdenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
credential_on_holdenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
credential_revokedenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
credential_revokedenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
credential_revokedenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
credential_revokedenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
credential_revokedenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
credential_revokedenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
domain_already_existsenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
domain_already_existsenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
domain_already_existsenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
domain_already_existsenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
domain_already_existsenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
domain_already_existsenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
domain_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
domain_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
domain_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
domain_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
domain_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
domain_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
email_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
email_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
email_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
email_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
email_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
email_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
forbiddenenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
internal_errorenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_requestenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_requestenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_requestenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_requestenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_requestenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_requestenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
message_too_largeenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
message_too_largeenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
message_too_largeenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
message_too_largeenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
message_too_largeenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
message_too_largeenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
missing_fieldenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
missing_fieldenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
missing_fieldenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
missing_fieldenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
missing_fieldenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
missing_fieldenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
missing_scopeenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
missing_scopeenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
missing_scopeenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
missing_scopeenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
missing_scopeenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
missing_scopeenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
payload_too_largeenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
payload_too_largeenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
payload_too_largeenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
payload_too_largeenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
payload_too_largeenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
payload_too_largeenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
payment_requiredenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
payment_requiredenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
payment_requiredenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
payment_requiredenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
payment_requiredenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
payment_requiredenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
postal_errorenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
postal_errorenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
postal_errorenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
postal_errorenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
postal_errorenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
postal_errorenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
server_suspendedenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
server_suspendedenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
server_suspendedenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
server_suspendedenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
server_suspendedenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
server_suspendedenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
service_unavailableenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
service_unavailableenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
service_unavailableenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
service_unavailableenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
service_unavailableenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
service_unavailableenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
validation_errorenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to theerror/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
- ▲
removed the required property
data/messages/additionalProperties/tokenfrom the response with the200statusresponse-required-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the required property
data/messages/additionalProperties/tokento the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
data/messages/additionalProperties/tokenfrom the response with the200statusresponse-required-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the required property
data/messages/additionalProperties/tokento the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
data/messages/additionalProperties/tokenfrom the response with the200statusresponse-required-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
error/hintto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/hintto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/hintto the response with the402statusresponse-optional-property-added
- ○
added the optional property
error/hintto the response with the409statusresponse-optional-property-added
- ○
added the optional property
error/hintto the response with the429statusresponse-optional-property-added
- ○
added the optional property
error/hintto the response with the500statusresponse-optional-property-added
- ○
- ○
added the optional property
data/sandboxto the response with the200statusresponse-optional-property-added
- ○