Bank accounts
get
A simple ViewSet for listing bank accounts of the authenticated user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/users/bank-accounts200Success
delete
A simple ViewSet for listing bank accounts of the authenticated user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this bank account.
Responses
204
No response body
delete
/api/users/bank-accounts/{id}204
No response body
No content