Get Channel Account by ID

Prev Next
Get
/v1/channel-accounts/{channelAccountId}

The “Get Channel Account by ID” method is used to read a specific Channel Account of WACM. The purpose of “Get Channel Account by ID” is to allow their parent account to access the information of a specific Channel Account by providing its WACM ID.

Limitations include: A Channel Account user cannot read its own account, only the parent account users have access to perform this action.

Security
HTTP
Type basic
Path parameters
channelAccountId
Required
Example44017
Query parameters
includeDeletedSubAccounts
boolean
Exampletrue
Responses
200

OK

string
Example{ "id": 44017, "name": "Vjollca-Stage CHA (do NOT update)", "controlAccountId": 43800, "controlAccountName": "Vjollca-Stage (do NOT update)", "governanceAccountName": "Lilac Governance (do NOT update!)", "governanceAccountId": 44023, "subAccountStorage": 0.07479904, "subAccountsCount": 61, "status": "Active", "imageUrl": "https://stage-s.cdn.cloudstoragecdn.com/market/reseller/partner/44017/logo/2yQqVQwi1mllWAd7LX8PwzX6DpPdqrsKnD0GkkG4EphrW8DH4w.png", "creationDate": "2024-02-08T11:48:02.235Z", "address1": null, "address2": null, "country": null, "city": null, "state": null, "zip": null, "mainPhone": "", "billingPhone": "", "contactEmail": "wacm.staging+cha+updated+vjollca@gmail.com", "billingEmail": null, "businessNumber": null, "taxId": null, "fiscalNumber": null, "vatNumber": null, "website": null, "ssoEnabled": null, "purchasedStorage": 3, "subAccountDefaultPurchasedStorage": 3, "subAccountDefaultStorageQuotaType": "Hard quota", "storageQuotaType": "Soft quota" }