GET channel-accounts
    • 09 Sep 2024
    • 1 Minute to read
    • PDF

    GET channel-accounts

    • PDF

    Article summary

    Get Channel Accounts

    Returns a list of all channel accounts.

    URL (GET)

    /api/v1/channel-accounts

    Query Parameters

    Key NameDescriptionRequired
    pageList page numberNo
    sizeList page sizeNo
    idFilter by account idNo
    statusFilter by account status (active, deactivated)No
    nameFilter by account nameNo
    contactEmailFilter by email contactNo
    controlAccountIdFilter by controlAccountIdNo

    Request Body

    None

    Response

    {
                    "id": #####,
                    "name": "sample-channel-account",
                    "controlAccountId": #####,
                    "controlAccountName": "Wasabi Demo",
                    "governanceAccountName": "XYZ Governance",
                    "governanceAccountId": #####,
                    "purchasedStorage": 1,
                    "subAccountDefaultPurchasedStorage": null,
                    "subAccountStorage": 0.015625,
                    "subAccountsCount": 3,
                    "status": "Active", (can have values Active or Deactivated)
                    "imageUrl": null,
                    "creationDate": "2024-07-09T08:36:50.898Z",
                    "address1": null,
                    "address2": null,
                    "country": null,
                    "city": null,
                    "state": null,
                    "zip": null,
                    "mainPhone": null,
                    "billingPhone": null,
                    "contactEmail": "wasabi-wacm-cha@gmail.com",
                    "billingEmail": null,
                    "businessNumber": null,
                    "taxId": null,
                    "fiscalNumber": null,
                    "vatNumber": null,
                    "website": null,
                    "ssoEnabled": null
                }
    • Wasabi Admin/Staff/Support will see the above response.  
    • Governance users will not see "governanceAccountId" and "governanceAccountName". 
    • Control Account users will not see "governanceAccountId", "governanceAccountName", "controlAccountId", and "controlAccountName".