Activate/Deactivate Account Domain
This document contains details for activating and deactivating an account domain via the /activate and /deactivate endpoints, including response examples and domain statuses.
Activate account domain
Endpoint
Response example
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"accountUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"domain": "google.com",
"status": "ACTIVE",
"verifyInfo" : {
"domain": "_whitedoc-verify",
"value": "abc123"
},
"verifyMethod": "DNS_TXT_RECORD"
}Deactivate account domain
Endpoint
Response example
Last updated