Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Path Parameters

string
required
The id of the domain to verify.

Response

boolean
Indicates whether the request was accepted.
string
Always "Domain verification status updated" on success.
object
Contains the full domain object and top-level verification status summary fields.

Errors

object
Returned when no domain with the given domainId exists in the project.
object
Returned when the verify endpoint has been called too many times in a short period. Wait before retrying.