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

organizationIdstringRequired

Your issuer organization ID, provided by Kard

userIdstringRequired

The ID of the user as defined on the issuers system

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
datalist of objectsRequired

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.
dataobject

Errors