Create Attribution Events
Call this endpoint to send attribution events made by a single enrolled user for processing. A maximum of 100 events can be included in a single request.
Required scopes: attributions:write
Path parameters
organizationId
Your issuer organization ID, provided by Kard
userId
The ID of the user as defined on the issuers system
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
data
Discriminated union representing the request body for submitting attribution events.
Use type
to distinguish between the two:
offerAttribution
: Events related to viewing or interacting with an offer.notificationAttribution
: Events related to viewing or interacting with a notification.
Response
This endpoint returns an object.
data