Skip to main content
POST
Retry email domain setup

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose email domains you want to work with.

Query Parameters

domain
string | null

Domain to configure. Required when multiple domains exist.

Response

Where setup stands after the retry.

Response for email domain configuration.

domain
string
required

The domain that was retried.

Example:

"example.com"

configuration_status
string
required

Where setup stands after the retry. Often still a pending_ value, because a retry starts the next step rather than finishing it.

Example:

"pending_domain_verification"

last_check
string<date-time> | null
required

When Base44 last checked this domain's records. null before the first check.

Example:

"2026-08-26T09:12:44Z"