Skip to main content

Get all existing accounts

GET 

/v1/accounts

Get all existing accounts

Responses

Success

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
  • ]

Loading...