REST APIRegistered domains
Confirm and purchase one quoted domain
Consumes the server-issued Confirmation Challenge once, then collects the confirmed amount by card and submits the exact domain to the registrar. Matching idempotent retries return the original result.
Authorization
ApiKey x-api-key<token>
Workspace-owned API key with per-resource permissions.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
nonce*string
Format
uuididempotencyKey*string
Length
1 <= length <= 128autoRenew?boolean
privacyMode?string
Value in
- "redaction"
- "off"
contact?
Response Body
application/json
curl -X POST "https://example.com/domain/purchases" \ -H "Content-Type: application/json" \ -d '{ "nonce": "f25f24f2-d581-4594-9824-123d5821fb65", "idempotencyKey": "string" }'{ "domainName": "string", "status": "in_progress"}