Skip to main content
POST
Restart validation for the tenant's custom domain
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /domains/restart-validation Description: Re-triggers domain validation using the currently configured method and re-queues status monitoring. Useful if validation stalled or DNS records were only just propagated. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Validation restarted

success
boolean
Example:

true

message
string
Example:

"Domain validation restarted"

data
object