Skip to main content
GET
List virtual accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user.

Pattern: ^user_[A-Za-z0-9]+$

Query Parameters

limit
integer

default to 10, maximum to 100

Required range: 1 <= x <= 100
startingAfter
string

Return records after this cursor.

endingBefore
string

Return records before this cursor.

status
enum<string>

Filter virtual accounts by status.

Available options:
ACTIVE,
INACTIVE

Response

A cursor-paginated list of virtual accounts.

Cursor-paginated list of virtual accounts.

data
object[]
pagination
object