Domains
Purchase an available (pre-purchased) domain
Purchase an available domain from the pre-purchased domain pool. Price will be deducted from user's balance.
post/api/v1/domains/available/purchase
Request body
Example request
{
"domainId": 1
}Response
Successful Response
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.