Get receipts.
This endpoint returns all available receipts associated with a specific member. Supports offset-based pagination (limit/offset) and cursor-based pagination (limit/cursor). Both modes cannot be used in the same request.
Authorizations
Query Parameters
The unique identifier of the member whose receipts are being retrieved.
The maximum number of receipts to return in a single response. Used by both offset-based and cursor-based pagination. Defaults to 50.
A pagination token used to retrieve the next set of receipts (cursor-based pagination).
The number of items to skip (offset-based pagination, 0-indexed).
Response
Success
A collection of receipt summaries.
Pagination token for cursor-based pagination.
The number of items skipped (offset-based pagination).
The maximum number of items returned (offset-based pagination).
The total number of matching receipts.