Knowledge Base
Categories: Combo Plans API
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.
Description
Checks the availability of the specified domain name(s) in the Combo Plans order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Your Live Account Reseller Id |
| api-key | String | Required | An alphanumeric code that can be used to authenticate your API calls |
| domain-name | String | Required | Domain name that you need to check the availability for |
| bundle-id | Integer | Required | The 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.
Did you find this article helpful?