Consumes events needed for Unibo.

Submit a batch of player and gameplay events. Each item in items[] is one of six
event types, distinguished by the event field:

event Meaning
gameround A casino bet (is_win=false) or win (is_win=true). Pair them via round_id.
deposit A successful deposit.
withdraw A successful withdrawal.
player A player registration or profile update.
game A new or updated game in the catalogue.
login A successful player login.

See the API overview for authentication, idempotency, batching and error semantics
that apply to every request.

POST /api/v1/events
API key in header x-api-key

Body

· UniboEventsModel
required application/json
items array of any required

Responses