Create Channel Account

Prev Next
Post
/v1/channel-accounts

The “Create Channel Account” method is used to create new Channel Accounts for a specific Control Account. The purpose of “Create Channel Account” is to allow the Distributor/Governance and Control Account users to create new Channel Accounts for trial/paid Control Accounts.

Limitations include: Only users with specific permissions can use this endpoint!

Security
HTTP
Type basic
Body parameters
string
Example{ "controlAccountId": 12345, "name": "sample-channel-account", "contactEmail": "wasabi-wacm-api@gmail.com", "purchasedStorage": 3, "storageQuotaType": "Soft quota" }
Responses
200

OK

string
Example{ "id": 54536, "name": "sample-channel-account-created-from-WACM-API-2", "controlAccountId": 43800, "controlAccountName": "Vjollca-Stage (do NOT update)", "governanceAccountName": "Vjollca-Stage Governance (do NOT update!)", "governanceAccountId": 44023, "subAccountStorage": 0, "subAccountsCount": 0, "status": "Active", "imageUrl": null, "creationDate": "2024-08-05T14:47:14.048Z", "address1": null, "address2": null, "country": null, "city": null, "state": null, "zip": null, "mainPhone": null, "billingPhone": null, "contactEmail": "vjollca.wacm+cha-wacm-api-2@gmail.com", "billingEmail": null, "businessNumber": null, "taxId": null, "fiscalNumber": null, "vatNumber": null, "website": null, "ssoEnabled": null, "purchasedStorage": 3, "subAccountDefaultPurchasedStorage": 3, "subAccountDefaultStorageQuotaType": "Soft quota", "storageQuotaType": "Soft quota" }