GET channel-accounts

Prev Next

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
includeDeletedSubAccounts: true/falseIf set to true, includes deleted sub-accounts in SubAccountsCount 

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".