Skip to main content
← Back to API Integration Requires an API key — see Authentication.

Rewards events

GET /api/v1/rewards/events Your Rewards performance data, filtered by event type and date range. The response shape follows type — see Event Types.
string
required
One of view, click, pageview, transaction.
string
required
Start of the window, YYYY-MM-DD.
string
required
End of the window, YYYY-MM-DD.
string
default:"json"
json (default) or csv.
200-pageview
200-transaction
See Errors for error shapes.

Gift After Purchase events

GET /api/v1/gap/events The same contract as Rewards events, for your thank-you page placement. Identical parameters and payloads — the only field that differs is the absence of preview. Parameters: type, start_date, end_date required; format optional (json / csv). See Rewards events above for the full field breakdown.

Rewards widget data

POST /api/v1/rewards/push-notification Returns the all placement from your Rewards widget — the offer set to build a push notification around. Same fields as the Offer object, plus a click-ready url and socialProof count. No parameters. Returns 404 with partner.not-found if no widget is configured.
See Errors for error shapes.
Last modified on August 26, 2026