cURL
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.
Purchases and sets up a parent domain for use with ens subdomains
Type "Bearer" followed by a space and the JWT token.
superlink.me
purchase parent domain
The body is of type object.
object