Check Account Domain
This document contains details for the /api/v1/account/{accountUuid}/domain/{domainUuid}/check endpoint, including check limits and a response example.
Endpoint
Request example
PATCH https://api.platform_address_here/api/v1/account/3fa85f64-5717-4562-b3fc-2c963f66afa6/domain/3fa85f64-5717-4562-b3fc-2c963f66afa6/check
Authorization: Bearer {token}
Content-Type: application/jsonResponse example
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"accountUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"domain": "google.com",
"status": "INACTIVE",
"verifyInfo" : {
"domain": "_whitedoc-verify",
"value": "abc123"
},
"verifyMethod": "DNS_TXT_RECORD"
}Response status codes
Code
Description
Related topics
Last updated
Was this helpful?
