Check Availability

Check Availability

Description

Checks the availability of a product for the specified domain name.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
domain-name String Required Domain name for which the service availability is to be checked
product-key String Required Product key associated with the product

HTTP Method

GET

Example Test URL

https://test.httpapi.com/api/products/availability.json?auth-userid=0&api-key;=key&domain-name;=domain.com&product-key;=key

Response

Returns true (Boolean) if the product is available for the specified domain name.

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.