Returns a list of all accounts which a user is authorized to access.
GET/accounts
Returns a list of all accounts which a user is authorized to access.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully returned list of accounts.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A request failed due to an internal error.