List Rewards Enrollments

Returns the cashback rewards enrollments for the given payment card. An enrollment with is_active: true means the cardholder is currently earning rewards; use its program_id to fetch the available offers.

Authentication

AuthorizationBearer

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

Path parameters

payment_card_idstringRequired
External ID of the payment card.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
A search term.

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"