GET control-accounts/:id
- 12 Sep 2024
- 1 Minute to read
- Print
- PDF
GET control-accounts/:id
- Updated on 12 Sep 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get Control Accounts by ID
Return summary information about the specified control account.
URL (GET)
/api/v1/control-accounts/:id
Parameters
None
Request Body
None
Response
{
"success": true,
"message": "Successfully read!",
"data": {
"id": 6196,
"name": "Control Account Example",
"category": null,
"partnerType": "RESELLER",
"accountType": "Company",
"status": "Active",
"imageUrl": null,
"creationDate": "2021-05-10T13:03:45.508Z",
"address1": null,
"address2": null,
"country": null,
"city": null,
"state": null,
"zip": null,
"mainPhone": null,
"billingPhone": null,
"contactEmail": null,
"billingEmail": null,
"businessNumber": null,
"taxId": null,
"fiscalNumber": null,
"vatNumber": null,
"website": null,
"governanceAccountId": null,
"governanceAccountName": null,
"subAccountsCount": 0,
"wasabiAccountName": null,
"primaryApiKey": "hpoSTa2fdB23NsfCwP0TG0pdxx37trBY",
"secondaryApiKey": "8H1ZrIRlImjYGnYw4qst8F6MO8uA0oGP",
"subAccountStorage": 120.54404435
}
}