Skip to main content
GET
Get receipts.

Authorizations

Authorization
string
header
required

Query Parameters

MemberId
string
required

The unique identifier of the member whose receipts are being retrieved.

Limit
integer<int32>

The maximum number of receipts to return in a single response. Used by both offset-based and cursor-based pagination. Defaults to 50.

Cursor
string

A pagination token used to retrieve the next set of receipts (cursor-based pagination).

Offset
integer<int32>

The number of items to skip (offset-based pagination, 0-indexed).

Response

Success

receipts
object[] | null

A collection of receipt summaries.

nextCursor
string | null

Pagination token for cursor-based pagination.

offset
integer<int32> | null

The number of items skipped (offset-based pagination).

limit
integer<int32> | null

The maximum number of items returned (offset-based pagination).

totalCount
integer<int32>

The total number of matching receipts.

Last modified on August 11, 2026