Get Control Accounts by ID
Return summary information about the specified control account.
URL (GET)
/api/v1/control-accounts/:id
Parameters
Key Name | Description | Required |
---|---|---|
includeDeletedSubAccounts: true/false | If set to true, includes deleted sub-accounts in SubAccountsCount |
Request Body
None
Response
{
"success": true,
"message": "Successfully read!",
"data": {
"id": 118833,
"name": "Cloud Co",
"partnerType": "RESELLER",
"accountType": "Company",
"status": "ACTIVE",
"imageUrl": "https://stage-s.cdn.cloudstoragecdn.com/market/reseller/partner/118833/logo/EVavWlhYPCmTSYJwC5NviqGgVoprLk7tErfN5sRGccQtZFxp1H.jpg",
"creationDate": "2025-03-11T08:29:45.394Z",
"address1": null,
"address2": null,
"country": null,
"city": null,
"state": null,
"zip": null,
"mainPhone": "",
"billingPhone": "",
"contactEmail": null,
"billingEmail": null,
"businessNumber": null,
"taxId": null,
"fiscalNumber": null,
"vatNumber": null,
"website": null,
"ssoEnabled": false,
"channelAccountsCount": 1,
"subAccountsCount": 10,
"controlAccountEmail": "jmeterwasabi@gmail.com",
"primaryApiKey": "76dae4337a95cbb2459dc72e848f008e",
"secondaryApiKey": "64961e08a20b155facf3df45e96c4492",
"subAccountStorage": 0,
"controlAccountStorage": 0,
"totalStorage": 0,
"defaultPurchasedStorageTB": 1
}
}