Get Standalone Accounts

Prev Next
Get
/v1/accounts

The “Get Standalone Accounts” method is used to read all Standalone Accounts from WACM. The purpose of “Get Standalone Accounts” is to allow Distributor/Governance users to list all their standalone accounts and filter them by using the supported query parameters.

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

Security
HTTP
Type basic
Query parameters
id
integer
name
string
email
string (email)
status
string
ExamplePending
wasabiAccountNumber
integer
page
integer
size
integer
partnerName
string
storageAmount
string
Example1
companyName
string
Responses
200

OK

string
Example{ "id": 22, "firstName": "", "lastName": "", "companyName": "", "email": "", "country": "United States", "phoneNumber": "##########", "partnerName": "", "status": "Pending", "storageAmount": "50 - 100 TB", "wasabiAccountNumber": null }