Get usage stats for a tenant
Returns email sending statistics for a specific tenant over a time period.
Use cases:
- Display usage dashboard to your customers
- Calculate per-tenant billing
- Monitor tenant health and delivery rates
Period formats:
- Shortcuts: today, yesterday, this_week, last_week, this_month, last_month, last_7_days, last_30_days, last_90_days
- Month: 2024-01 (full month)
- Date range: 2024-01-01..2024-01-31
- Single day: 2024-01-15
Response includes:
- emails - Counts for sent, delivered, soft_failed, hard_failed, bounced, held
- rates - Delivery rate and bounce rate as decimals (0.95 = 95%)
Path parameters
The tenant ID
Query parameters
Time period for usage data. Defaults to current month.
Formats:
- Shortcuts: today, yesterday, this_week, last_week, this_month, last_month, last_7_days, last_30_days, last_90_days
- Month: 2024-01
- Range: 2024-01-01..2024-01-31
- Day: 2024-01-15
Timezone for period calculations (IANA format). Defaults to UTC.
Response
Tenant usage statistics
Example response
{
"data": {
"tenant_id": "cm6abc123def456",
"tenant_name": "Acme Corp",
"external_id": "acme_123",
"period": {
"start": "2024-01-01T00:00:00.000Z",
"end": "2024-01-31T23:59:59.999Z"
},
"emails": {
"sent": 10000,
"delivered": 9700,
"soft_failed": 100,
"hard_failed": 50,
"bounced": 100,
"held": 50
},
"rates": {
"delivery_rate": 0.97,
"bounce_rate": 0.015
}
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}Changes
Changed in 3 of the 49 revisions of this API.2827
- ●
added the new
infrastructure_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
infrastructure_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
removed the
postal_errorenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
postal_errorenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
postal_errorenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
postal_errorenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
postal_errorenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
postal_errorenum value from the/response property for the response statusresponse-property-enum-value-removed
- ●
- ●
added the new
already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
attachment_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
authentication_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
authentication_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
authentication_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
authentication_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
authentication_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
authentication_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
billing_not_configuredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_on_holdenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_on_holdenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_on_holdenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_on_holdenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_on_holdenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_on_holdenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_revokedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_revokedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_revokedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_revokedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_revokedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
credential_revokedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
delivery_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
domain_not_verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
email_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
email_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
email_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
email_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
email_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
email_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
external_id_already_existsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
forbiddenenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
forbiddenenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
forbiddenenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
forbiddenenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
forbiddenenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
forbiddenenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
idempotency_conflictenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
insufficient_balanceenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
internal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
internal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
internal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
internal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
internal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
internal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_api_keyenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_email_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_raw_messageenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_requestenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_requestenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_requestenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_requestenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_requestenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
invalid_requestenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ip_not_allowedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
message_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
message_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
message_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
message_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
message_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
message_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_key_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
metadata_value_invalidenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_fieldenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_fieldenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_fieldenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_fieldenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_fieldenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_fieldenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_scopeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_scopeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_scopeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_scopeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_scopeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
missing_scopeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payload_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payload_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payload_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payload_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payload_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payload_too_largeenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
postal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
postal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
postal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
postal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
postal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
postal_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rate_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
send_limit_exceededenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
server_suspendedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
server_suspendedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
server_suspendedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
server_suspendedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
server_suspendedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
server_suspendedenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
service_unavailableenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
service_unavailableenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
service_unavailableenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
service_unavailableenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
service_unavailableenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
service_unavailableenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppressed_recipientenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
suppression_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
tenant_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_attachmentsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
too_many_recipientsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unauthenticated_from_addressenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
unprocessable_entityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
validation_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
validation_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
validation_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
validation_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
validation_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
validation_errorenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
webhook_not_foundenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○