Domains

Fetch a verification challenge by its id or its domain.

get/v5/verifications/{domainOrId}

Path parameters

domainOrIdstring required

Verification id or the domain under verification

Response

The pending verification challenge

createdAtstring date-time required
domainstring required
idstring required

Identifies a domain-verification challenge. Minted as "dv-<uuid>".

recordNamestring required

Place verificationCode in a TXT record at this name, then verify.

state'pending' | 'verified' required

Where a challenge stands. A challenge is not consumed by success: it becomes the durable record of which user proved control.

verificationCodestring required
verifiedAtstring date-time nullable

When this challenge proved control; null while pending.

Changes

No recorded changes to this endpoint across all 1 revision of this API.