Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.spn.wtf/llms.txt
Use this file to discover all available pages before exploring further.
http://localhost:8000
GET /banks
Get all bank accounts.
Response
POST /bank
Create a new bank account.
Request Body
PUT /bank/{bank_id}
Update a bank account’s name.
| Parameter | Type | Description |
|---|---|---|
bank_id | integer | Bank account ID |
DELETE /bank-account/{bank_id}
Delete a bank account and all its ledger rows.
| Parameter | Type | Description |
|---|---|---|
bank_id | integer | Bank account ID |