Skip to main content
GET
List Redemption Instructions

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

limit
integer<int32>
default:10

(OPTIONAL) The maximum number of redemption instructions to return in a single page. The maximum value that can be specified is 25.

Required range: 1 <= x <= 25
cursor
string

(OPTIONAL) Pagination cursor to be used in subsequent queries to retrieve next page of results

identity_id
string

(OPTIONAL) Identity ID to filter by

Response

Success

redemption_instructions
RedemptionInstructions · object[]
cursor
string
read-only

Cursor for the next page of results, if available