GET
cURL

Authorizations

Authorization
string
header
required

JWT bearer token. App-user tokens are issued by POST /auth/token (the partner backend calls it as its platform service account); admin and dashboard tokens are issued via OIDC login.

Path Parameters

user_id
string
required

User ID

Query Parameters

status
null | enum<string>

Account lifecycle status.

Available options:
ACTIVE,
INACTIVE,
PENDING
account_type
null | enum<string>

Type of financial or health account.

Available options:
SAVINGS,
HSA,
EDUCATION,
SPONSOR
limit
integer<int32> | null
offset
integer<int32> | null

Response

List of accounts

data
object[]
required
limit
integer<int32>
required
offset
integer<int32>
required
total
integer<int64>
required