Loading...

Knowledge Base

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

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredYour Live Account Reseller Id
api-keyStringRequiredAn alphanumeric code that can be used to authenticate your API calls
order-idIntegerOptionalThe OrderId for which the details are to be fetched.
domain-nameStringOptionalDomain name for which the details are to be fetched
filterStringOptionalThis 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.