Skip to content

Trigger DNS verification for a domain (currently unsupported)

Requires EDITOR. Automatic DNS validation is not wired; this endpoint always returns 409 with an operator note (verify via the ESP console). 404 if the domain does not exist.

projectId
required
string

Tenant project id (row-level isolation on every query).

id
required
string

Resource id.

Not authenticated (no valid session/principal).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string

Authenticated but lacks the required project role.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Resource not found (or belongs to another project — indistinguishable).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Automatic DNS check unavailable.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}