Skip to main content

Get all Accounts in a paginated listing.

GET 

/accounts

Get all Accounts in a paginated listing.

Request

Query Parameters

    page integer

    Possible values: >= 1

    Default value: 1

    The page number in a paginated listing.

    items integer

    Possible values: >= 1 and <= 20

    Default value: 20

    The number of items to return on each page.

    externalId string

    Filter records by externalId

    userId uuid

    Filter records by userId

Responses

All the accounts in a paginated listing.

Schema

    accounts

    object[]

  • Array [

  • oneOf

    type stringrequired

    Possible values: [SharedSavings]

    id uuidrequired
    externalId string

    Optional, external reference for this account.

    user

    object

    required

    type stringrequired
    id stringrequired
    externalId string
    balanceCents account.BalanceCents (integer)

    Default value: 0

    The total worth of all assets, in cents or the smallest currency subunit.

  • ]

  • meta

    object

    next_url url

    URL for the next page.

    count integer

    The total count of items.

    items integer

    The number of returned items on this page.

    pages integer

    The number of pages.

    from integer

    Index of the first item on this page (starting from 1).

    to integer

    Index of the last item on this page.

Loading...