Retrieve national and local geographic locations that a specified user has eligible in-store offers at. To
include local locations, add the includeLocal
query parameter to your api call. Use this endpoint to build
out your map-specific UX experiences. Please note
that Longitude and Latitude fields are prioritized over State, City and Zipcode and are the recommended search
pattern.
Required scopes: rewards:read
Your issuer organization ID, provided by Kard
The ID of the user as defined on the issuers system
Category of merchant. Please use URL Encode for non single word categories. (Food & Beverage should be Food%20%26%20Beverage)
If provided, response will be sorted by the specified fields
CSV list of included resources in the response (e.g “offers,categories”). Allowed values are offers
and categories
.
Related links to the API call