GET /api/v1/control-accounts/:id
    • 12 Apr 2024
    • PDF

    GET /api/v1/control-accounts/:id

    • PDF

    Article Summary

    Get Control Accounts Id

    Returns summary information about the specified control account id.

    URL (GET)

    /api/v1/control-accounts/:id

    Parameters

    None

    Example

    https://api.wacm.wasabisys.com/api/v1/control-accounts/6196

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