Domain
Verify Domain
Verify ownership of a domain
GET
/
api
/
v1
/
domain
/
{domain_id}
/
verify
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
domain_id
string
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
SUCCESS
, PENDING
, FAILED
, NOT_STARTED
, TEMPORARY_FAILURE