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
chevron-right
200Success
application/json
get
/api/users/bank-accounts
200Success
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
delete
/api/users/bank-accounts/{id}
204

No response body

No content