List email domains
Lists the app’s email domains and where each one is in setup.
An app with no email set up returns an empty list rather than a 404, so this is the safe endpoint to poll while a domain verifies.
You normally get one domain. You get two while a replacement is in flight, the old one still sending and the new one still verifying. Domains you removed are left out.
Every row repeats the same id, which identifies the app’s email configuration rather than the individual domain. Tell rows apart by domain, and pass that value to the endpoints that take a domain parameter.
configuration_status moves through pending_dns_configuration, pending_user_dns_configuration, pending_domain_verification and then active. The three failed_ values mean setup stopped and you can retry with Retry email domain setup. Only active sends mail.Authorizations
Personal API key.
Path Parameters
ID of the app whose email domains you want to work with.
Response
The app's email domains. Empty when none are set up.
Response for listing email domains for an app.
The app's email domains. Empty when none are set up, and two while a replacement is in flight.