Get all existing accounts
GET/v1/accounts
Get all existing accounts
Responses
- 200
- 401
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
name string
Example:
ICICI Bank
offBudget boolean
Example:
true
category string
Possible values: [CASH/CHECK IN
, CC
, FD/RD
, EPF
, NPS
, SSY
]
adapter string
Example:
icici
balance float
Example:
12.25
createdAt date-time
Example:
2024-10-07T01:02:03Z
updatedAt date-time
Example:
2024-10-07T01:02:03Z
[
{
"id": "01926b84-93cb-75b9-b445-a5a744f7a59f",
"name": "ICICI Bank",
"offBudget": true,
"category": "CASH/CHECK IN",
"adapter": "icici",
"balance": 12.25,
"createdAt": "2024-10-07T01:02:03Z",
"updatedAt": "2024-10-07T01:02:03Z"
}
]
Unauthenticated
Internal Error
Loading...