POST
/
v1
/
parentdomains
/
{parentDomain}
/
buy
curl --request POST \
  --url https://api.superlink.me/v1/parentdomains/{parentDomain}/buy \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "domainContactDetails": {
    "address1": "15 Church St",
    "address2": "Door 25, The building",
    "city": "New York",
    "country": "US",
    "email": "nora.miller@gmail.com",
    "nameFirst": "Nora",
    "nameLast": "Miller",
    "phoneCountryCode": "+1",
    "phoneNumber": "1234123412",
    "postalCode": "12345",
    "state": "CA"
  }
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Path Parameters

parentDomain
string
required

superlink.me

Body

application/json
purchase parent domain
domainContactDetails
object