Domains

Purchase a domain

Purchase a domain. Price will be deducted from user's balance (includes commission).

post/api/v1/domains

Request body

domainstring required

Domain name to purchase

Example request

{
  "domain": "example.com"
}

Response

Successful Response

idstring uuid required
domainstring required
statusstring required
pricePaidstring required
expirationDatestring date-time nullable

Example response

{
  "domain": "example.com",
  "expirationDate": "2027-02-05T00:00:00Z",
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "pricePaid": 12.49,
  "status": "registered"
}

Changes

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