Get Offers By User

GET
/v2/issuers/:organizationId/users/:userId/offers

Retrieve national brand offers that a specified user is eligible for. Call this endpoint to build out your targeted offers UX experience. Local offers details can be found by calling the Get Eligible Locations endpoint with the includeLocal query parameter.
Required scopes: rewards:read

Path parameters

organizationIdstringRequired

Your issuer organization ID, provided by Kard

userIdstringRequired

The ID of the user as defined on the issuers system

Query parameters

page[size]integerOptional
page[after]stringOptional
page[before]stringOptional
filter[purchaseChannel]list of "INSTORE" or "ONLINE"Optional
Allowed values: INSTOREONLINE
filter[category]enumOptional

Category of merchant. Please use URL Encode for non single word categories. (Food & Beverage should be Food%20%26%20Beverage)

filter[isTargeted]booleanOptional
sortenumOptional

If provided, response will be sorted by the specified fields

includestringOptional

CSV list of included resources in the response (e.g “categories”). Allowed value is categories.

Response

This endpoint returns an object.
datalist of objects
includedlist of objectsOptional

Errors

Built with