Bank API
Developer Portfolio
bank_api
Copy Page
bank_api
heart_beat
GET
create_account
POST
get_account_by_id
GET
list_acounts
GET
update_account
PATCH
delete_account
DELETE
create_transfer
POST
create_account
POST
login
POST
logout
POST
refresh_token
POST
bank_api
Copy Page
delete_account
Developing
DELETE
http://localhost:8080/accounts/1
Try it
Run in Apidog
Run in Apidog
Request
None
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'http://localhost:8080/accounts/1'
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
Example
{
}
Modified atÂ
2025-02-23 15:52:05
Previous
update_account
Next
create_transfer