v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

List Credit Redemptions

get/v1/accounts/{account_id}/creditRedemptions

Path parameters

account_idstring required

The Account Id

Query parameters

pageSizeinteger

The maximum number of redemptions to return

pageTokenstring

A page token, received from a previous ListCreditRedemptions call

filterstring

Filter string to filter redemptions

orderBystring

A comma-separated list of fields to order by. e.g. "foo,bar" The default sort order is ascending. To specify a descending order for a field, append a " desc" suffix. e.g. "foo desc,bar"

readMaskstring

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

A successful response.

nextPageTokenstring

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSizeinteger

The total number of redemptions matching the request.