Path Parameters
email_id*Email Id
Format
uuidHeader Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/emails/497f6eca-6276-4993-bfeb-53cbbbba6f08/raw"nullGet Email Domain
Fetch one sender domain/identity by id, including its DNS records. Org-scoped: returns 404 for a domain belonging to a different organization. For a pending custom domain, dns_records lists the DKIM records still to publish.
Get Email Stats
Aggregate send/delivery/open/click/bounce counts and rates over a range. Defaults to the last 7 days, bucketed by day. bucket=hour is limited to an 8-day range; any bucket size is limited to a 92-day range. Registered above GET /v1/emails/{email_id} so "stats" is not swallowed by the id path param.