Confirm Account Domain Verification
This document contains details for the /api/v1/account/{accountUuid}/domain/{domainUuid}/confirm endpoint, including how to confirm domain verification and the response example.
Endpoint
Response example
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"accountUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"domain": "google.com",
"status": "UNVERIFIED",
"verifyInfo" : {
"domain": "_whitedoc-verify",
"value": "abc123"
},
"verifyMethod": "DNS_TXT_RECORD"
}Last updated