For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Use this endpoint after you add the required DNS record for the domain. Confirm the verification request and wait for the platform to check the domain ownership.

Endpoint

Method

PATCH

Request URL

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

Headers

Authorization *

Bearer TOKEN

Content-Type

application/json

Request

accountUuid *

Target account UUID

domainUuid *

Account domain UUID

This endpoint does not require a request body.

When to use this endpoint

  1. Add the domain to the account.

  2. Request the verification method and DNS values.

  3. Add the required DNS record.

  4. Confirm the verification request.

Response example

If the request succeeds, the response returns the current domain information. The domain status can remain UNVERIFIED until the ownership check finishes.

Response status codes

Code
Description

200

Success

400

Bad request

401

Not authorized

403

Forbidden

404

Domain not found

Last updated

Was this helpful?