Knowledge Base
Categories: SiteLock API
Get the Order ID of a SiteLock Order Using the API
When you want to retrieve the associated SiteLock order ID using the API. This article explains the required authentication parameters, domain name input, and order ID response information.
Get Order Id
Description
Gets the associated SiteLock Order ID from the domain name.
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 | The domain name for which the Order ID is to be fetched |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/sitelock/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.com
Response
Returns the associated SiteLock Order ID (Integer) of the domain name.
Did you find this article helpful?