Body
Description
This method can be used to identify if the domain name specified is a premium domain name.
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/domains/premium-check.json?auth-userid=0&api-key=0&domain-name=name.tld
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
domain-name | String | Required | The domain name whose premium status is being checked |
Response
Returns the premium status (premium) as true or false along with a hash map containing the following pricing details:
- Registration cost (create)
- Renewal cost (renew)
- Transfer cost (transfer)
- Selling currency of the reseller (sellingCurrencySymbol)