Activate Placement Slot

Record when a user activates a batch-activation placement slot. Writes a slot-level `placementSlotAttribution` ACTIVATE event and fans out a per-offer `offerAttribution` ACTIVATE event for every offer resolved by the slot's content strategy. The slot-level event id and the resolved `offerIds` are returned so the partner can render the batch immediately without an extra `getBatchesByPlacement` round-trip. <b>Required scopes:</b> `attributions:write`

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
placementIdstringRequired

Unique identifier of the placement (UUID v7)

slotIdstringRequired
Stable identifier for the slot within the placement

Response

This endpoint returns an object.
dataobject

Errors

400
Invalid Request
401
Unauthorized Error
500
Internal Server Error