Verify Account Domain

This document contains details for the /api/v1/account/{accountUuid}/domain/{domainUuid}/verify endpoint, including the request body and response example for domain verification.

Use this endpoint to request domain verification.

Request domain verification

Endpoint

Method

PATCH

Request URL

/api/v1/account/{accountUuid}/domain/{domainUuid}/verify

Headers

Authorization *

Bearer TOKEN

Content-Type

application/json

Request

accountUuid *

Target account UUID

domainUuid *

Account domain UUID

Body *

Request example

[
    {
        "method": "DNS_CNAME_RECORD"
    }
]

Response example

Last updated