Loading...

Knowledge Base

Get the Order ID of a Reseller Linux Hosting Order Using the API

When you want to retrieve the associated Reseller Linux Hosting 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 Reseller Linux Hosting Order ID from the domain name.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
domain-nameStringRequiredThe domain name for which the Order ID is to be fetched.

HTTP Method

GET

Example Test URL Request

US Server https://test.httpapi.com/api/resellerhosting/linux/us/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.asia India Server https://test.httpapi.com/api/resellerhosting/linux/in/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.asia

Response

Returns the associated Reseller Linux Hosting Order ID (Integer) of the domain name.