GET channel-accounts/:id

Prev Next

Get a Channel Account by Id

Returns information about the specified channel account.

URL (GET)

/api/v1/channel-accounts/:id

Query Parameters

Key NameDescriptionRequired
includeDeletedSubAccounts: true/falseIf set to true, includes deleted sub-accounts in SubAccountsCount

Request Body

None

Response

[
    {
      "id": ####,
      "name": "sample-channel-account",
      "contactEmail": "wasabi-wacm-api@gmail.com",
      "creationDate": "2024-01-31T07:15:49.000Z",
      "status": "Active", (can have values: Active or Deactivated)
      "purchasedStorageTB": ####,
      "subAccountDefaultPurchasedStorageTB": ####,
      "subAccountStorage": ####,
      "subAccountsCount": ####,
      "imageUrl": null,
      "address1": null,
      "address2": null,
      "country": null,
      "city": null,
      "state": null,
      "zip": null,
      "mainPhone": "null",
      "billingPhone": "null",
      "billingEmail": "null",
      "businessNumber": "null",
      "taxId": "null",
      "fiscalNumber": null,
      "vatNumber": null,
      "website": null,
      "controlAccountId": ####,
      "controlAccountName": "Wasabi Demo",
      "governanceAccountId": null,
      "governanceAccountName": 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".