GET sub-accounts/:id
- 09 Sep 2024
- 1 Minute to read
- Print
- PDF
GET sub-accounts/:id
- Updated on 09 Sep 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get Sub-Account by Id
Returns summary information about the specified Sub-Account.
URL (GET)
/api/v1/sub-accounts/:id
Parameters
None
Request Body
None
Response
{
"success": true,
"message": "Successfully read!",
"data": {
"id": 93,
"name": "example@example.com",
"category": null,
"partnerType": "CUSTOMER",
"accountType": "Company",
"status": "PAID_ACCOUNT",
"imageUrl": null,
"creationDate": "2020-09-14T07:05:09.000Z",
"address1": "100 Test Rd",
"address2": null,
"country": "United States",
"city": "Hillsboro",
"state": "Arizona",
"zip": "97003",
"mainPhone": "(208) 876-7876",
"billingPhone": "(206) 787-8987",
"contactEmail": "example@example.com",
"billingEmail": "example@example.com",
"businessNumber": null,
"taxId": null,
"fiscalNumber": null,
"vatNumber": null,
"website": null,
"controlAccountId": 3910,
"controlAccountName": "Control Account Example",
"controlAccountEmail": null,
"governanceAccountId": null,
"governanceAccountName": null,
"wasabiAccountNumber": "218308",
"wasabiAccountName": "example@example.com",
"sendPasswordResetToSubAccount": false,
"ftpEnabled": true,
"activeStorage": 0.00488281252,
"deletedStorage": 0,
"trialQuota": null,
"trialExpiration": null
}
}