Knowledge Base
Categories: WordPress Hosting Management API
Search and Get WordPress Hosting Order Details Using the API
When you want to search and retrieve WordPress Hosting order details using the API. This article explains supported search filters, request parameters, API request format, and response details for WordPress Hosting orders.
Description
Gets the details of an existing Wordpress Hosting 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 |
| order-id | Integer | Optional | The OrderId for which the details are to be fetched. |
| domain-name | String | Optional | Domain name for which the details are to be fetched |
| filter | String | Optional | This parameter will filter the orders according to the values provided. Values can be: orderid, domainname, recurring, creationtime, addon_quantity, planid, productkey, productcategory, currentstatus, moneybackperiod, entitytypeid, customerid, endtime, isOrderSuspendedUponExpiry, parentkey |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/restapi/product/wordpresshostingusa?auth-userid=0&api-key=key&order-id=0&domain-name=domain.com&filter=orderid
Response
Returns the details of an existing Wordpress Hosting order.
Did you find this article helpful?