List Rewards Offers
Returns the cashback offers available to an enrolled payment card for the given rewards program. Pass the program_id from the card’s active enrollment. Optionally provide latitude/longitude (and radius) to surface location-based in-store offers.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
payment_card_id
External ID of the payment card.
program_id
Rewards program ID from the card's active enrollment.
Query parameters
latitude
Latitude used to surface nearby in-store offers.
longitude
Longitude used to surface nearby in-store offers.
radius
Search radius, in miles, around the provided coordinates.
search
A search term.
limit
Number of results to return per page.
offset
The initial index from which to return the results.
page
A page number within the paginated result set.
page_size
Number of results to return per page.
Response
count
results
next
previous

