Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Path Parameters

domainId
string<uuid>
required

Body

application/json
provider
enum<string>
required

Connected DNS provider to create the verification record with.

Available options:
vercel,
cloudflare

Response

Auto-verification result.

domain
object
verified
boolean
record_created
boolean

Whether the verification TXT record was created (or already existed) at the provider.

error
string

Human-readable reason when verification did not complete.