Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The domain ID to verify (e.g. dom_01HXYZ...) |
Example Request
Response — 200 OK
When DNS verification succeeds:Response Fields
| Field | Type | Description |
|---|---|---|
verified | boolean | Whether the domain is now verified |
message | string | Human-readable status message |
Error Responses
| Status | Code | Description |
|---|---|---|
| 400 | VERIFICATION_FAILED | DNS verification failed — ensure the TXT record is set correctly |
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | Domain not found or does not belong to developer |
Rate Limits
This endpoint is limited to 10 requests per minute to prevent abuse of DNS lookups.DNS Setup
Before calling this endpoint, add a DNS TXT record:verificationToken is returned by the Register Domain endpoint. DNS propagation may take up to 24 hours.