Retry email domain setup
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Retries setup for a domain that stalled, and reports where it got to.
What it retries depends on where the domain stopped:
- A domain waiting on DNS gets its records written again when Base44 controls them, or is reset so you can publish them yourself.
- A domain whose provider registration failed is registered again.
- A domain waiting on verification is checked again.
The active and not_configured statuses can't be retried. There's nothing to retry on a domain that already sends, and one that was never set up needs Enable email sending for a domain instead.
Path parameters
ID of the app whose email domains you want to work with.
ID of the app whose email domains you want to work with.
Query parameters
Domain to configure. Required when multiple domains exist.
Domain to configure. Required when multiple domains exist.
Response
Where setup stands after the retry.
Example response
{
"domain": "example.com",
"configuration_status": "pending_domain_verification",
"last_check": "2026-08-26T09:12:44"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.