GET channel-accounts
- 09 Sep 2024
- 1 Minute to read
- Print
- PDF
GET channel-accounts
- Updated on 09 Sep 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get Channel Accounts
Returns a list of all channel accounts.
URL (GET)
/api/v1/channel-accounts
Query Parameters
Key Name | Description | Required |
---|---|---|
page | List page number | No |
size | List page size | No |
id | Filter by account id | No |
status | Filter by account status (active, deactivated) | No |
name | Filter by account name | No |
contactEmail | Filter by email contact | No |
controlAccountId | Filter by controlAccountId | No |
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".