GET control-accounts/:id

Prev Next

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
    }
 }