Get catch-all statistics
Returns catch-all receiving counters for a domain, adding an aggregated breakdown when a date range is supplied.
Returns catch-all receiving counters for a domain, adding an aggregated breakdown when a date range is supplied.
Authorization
apiKey x-api-key<token>
In: header
Query Parameters
domainId*string
Match
^dom_[0-9a-hjkmnp-tv-z]{16,24}$startDate?string|null
endDate?string|null
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/email/catch-all/stats?domainId=string"{ "domain": "string", "isCatchAllEnabled": true, "catchAllEmailCount": 0, "catchAllLastEmailAt": "string", "timeRange": { "emailsReceived": 0, "firstEmail": "string", "lastEmail": "string", "avgPerDay": 0 }}Get catch-all configuration
Returns the catch-all receiving configuration for a domain, including the webhook endpoint that receives its inbound mail and its email counts.
Get custom tracking status
Returns the custom tracking state for a sending domain: lifecycle status, the required DNS records, certificate and CAA readiness, and any scheduled teardown.