Get Offers By User

Retrieve national brand offers that a specified user is eligible for. Call this endpoint to build out your [targeted offers UX experience](/2024-10-01/api/getting-started#b-discover-a-lapsed-customer-clo). Local offers details can be found by calling the [Get Eligible Locations](/2024-10-01/api/rewards/locations).<br/> <b>Required scopes:</b> `rewards:read`

Authentication

AuthorizationBearer

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

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 enumsOptional
Allowed values:
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.

supportedComponentsenumOptional
UI component types to include in the response. Valid values are shortDescription, longDescription, cta, tags, and detailTags.
Allowed values:

Response

This endpoint returns an object.
datalist of objects
includedlist of objects or null

Errors