Skip to main content

List Accounts

GET 

/api/accounts

Get accounts for authenticated subject

Responses

Successful operation

Schema

  • Array [

  • id string

    The unique account ID

    createdAt string

    Timestamp of account creation

    modifiedAt string

    Timestamp of last account modification

    partnerAccountId string

    The partner account ID that this account belongs to

    isActive boolean

    Whether the account is active or not

    type string

    Possible values: [cardholder, identity, partner]

    The account type

  • ]

Loading...