Loading...

Knowledge Base

Check Combo Plan Availability for a Domain via API

When you want to check if a domain and its associated combo plan are available. This article explains required parameters, bundle selection, and example API requests to verify availability.

Check Availability

Description

Checks the availability of the specified domain name(s) in the Combo Plans order.

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 that you need to check the availability for
bundle-idIntegerRequiredThe plan under which the Order should be added.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/productbundle/available.xml?auth-userid=0&api-key=key&domain-name=domain.com&bundle-id=0

Response

Returns Boolean Value true if the domain name and products associated with the plan are available; false otherwise.

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