Loading...

Knowledge Base

Check Product Availability for a Domain via API

Check Availability

Description

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

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredYour Live Account Reseller Id
api-keyStringRequiredAn alphanumeric code that can be used to authenticate your API calls
domain-nameStringRequiredDomain name for which the service availability is to be checked
product-keyStringRequiredProduct 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 Boolean value true 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.