Loading...

Knowledge Base

Get the Order ID of a Google Workspace Order Using the API

When you want to retrieve the associated Google Workspace 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 Google Workspace 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

India

https://test.httpapi.com/api/gapps/in/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.com

South East Asia & Egypt

https://test.httpapi.com/api/gapps/se/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.com

Rest of the World

https://test.httpapi.com/api/gapps/gbl/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.com

Response

Returns the Order Id  associated with the specific domain name.