Get account transfer details

Description

Gets the minimum number of accounts required to be purchased when transferring a G Suite 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.
transfer-token String Required The Transfer token for the G Suite order.

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&transfer-token=abc

South East Asia & Egypt

https://test.httpapi.com/api/gapps/se/transfer-details.json?auth-userid=0&api-key=key&domain-name=domain.com&transfer-token=abc

Rest of the World

https://test.httpapi.com/api/gapps/gbl/transfer-details.json?auth-userid=0&api-key=key&domain-name=domain.com&transfer-token=abc

Response

Returns the minimum number of accounts required to be purchased when transferring the G Suite account from another G Suite reseller.

{"status":"success", "minimum-required-seats":"2"}