Skip to main content
POST
Verify a domain

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the domain to verify.

Response

Success response

id
string<uuid>
required
domain
string
required
Example:

"pay.example.com"

state
enum<string>
required
Available options:
pending,
verified,
failed
Example:

"verified"

created_at
string<date-time>
required
last_verified_at
string<date-time> | null