Retrieve a list of accounts for the authenticated user
GET/api/v1/accounts
Allows the authenticated user to retrieve a list of accounts based on specific search criteria.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The list of accounts is returned successfully.
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error