subaccounts
Get sub account details
Get sub account details.
get/subaccounts/{Id}
Path parameters
Idinteger required
Id
Response
Sub account details.
Example response
{
"active": true,
"email": "client@clientdomain.com",
"subaccount_id": 19302132,
"parent_id": 22190623,
"ip": "185.228.36.19",
"first_name": "Andrea",
"last_name": "Willems",
"address_1": "",
"address_2": "",
"city": "",
"company_name": "Refreshing Soda Inc.",
"country": "",
"region": "",
"zip_code": "",
"phone_number": "",
"policy_agree": true,
"site_url": ""
}