Description
Gets the minimum number of accounts required to be purchased when transferring a Google Workspace Order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
domain-name | String | Required | The domain name for which the details are to be fetched. |
HTTP Method
GET
Example Test URL Request
India
https://test.httpapi.com/api/gapps/in/transfer-details.json?auth-userid=0&api-key=key&domain-name=domain.com
South East Asia & Egypt
https://test.httpapi.com/api/gapps/se/transfer-details.json?auth-userid=0&api-key=key&domain-name=domain.com
Rest of the World
https://test.httpapi.com/api/gapps/gbl/transfer-details.json?auth-userid=0&api-key=key&domain-name=domain.com
Response
Success: Returns the minimum number of accounts required along with the plan-id to be
purchased when transferring the Google Workspace account from another Google Workspace reseller.
{
"status": "success",
"minimum-required-seats": 1,
"plan-id": 300324,
}
Error:
{"status": "ERROR",
"message": "We're having trouble retrieving your transfer details. This information is sensitive to your IP
address and the RPI (Reseller Public Identifier) used to initiate the transfer. Please verify you are using
the correct details."}
Reason: Incorrect RPI used while generating the Transfer Authorization.
Note: Plan-id: Details can be fetched using the Get Plan Details call