Skip to main content
POST
List member ledger entries

Authorizations

Authorization
string
header
required

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

Body

application/json
context
object
required
member_id
string
required

Opaque, stable identifier within the owning system.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:-]*$
program_id
string
required

Opaque, stable identifier within the owning system.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:-]*$
account_id
string

Opaque, stable identifier within the owning system.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:-]*$
operations
string[]
Minimum array length: 1
Allowed value: "accrual"
occurred_from
string<date-time>
occurred_until
string<date-time>
cursor
string
Required string length: 1 - 512
limit
integer
Required range: 1 <= x <= 100

Response

List member ledger entries

context
object
required
entries
object[]
required
next_cursor
string
Required string length: 1 - 512