Post
/v1/accounts
The “Create Standalone Account” method is used to create new Standalone Accounts from WACM Connect. The purpose of “Create Standalone Account” is to allow the Distributor/Governance users to create new Standalone Accounts and become their parent account.
Limitations include: Only users with specific permissions can use this endpoint!
Security
HTTP
Type basic
Body parameters
string
Example{
"firstName": "",
"lastName": "",
"companyName": "",
"email": "",
"country": "XK",
"phoneNumber": "",
"storageAmount": "1 - 20 PB"
}
Responses
200
OK
string
Example{
"id": 12345,
"firstName": "",
"lastName": "",
"companyName": "",
"email": "",
"country": "XK",
"phoneNumber": "",
"partnerName": "",
"status": "Pending",
"storageAmount": "1 - 20 PB",
"wasabiAccountNumber": null
}