Responsible Gaming — Limit configured
POST/rx-api/players-data/v1/limit-configuration
Emitted when a user proactively creates, updates, or removes a limit. Payload: playerId (unique player id); timestamp (RFC 3339, instant of the change); limitType (must be DEPOSIT, WAGER, NET_LOSS, or SESSION_TIME); limitPeriod (must be DAILY, WEEKLY, MONTHLY, or PER_SESSION); previousLimitAmount (value before the change: currency amount or minutes depending on limitType); newLimitAmount (value after the change with the same semantics; omit or send null when the limit is fully removed); currency (ISO 4217 code for the player wallet, multi-currency); actionType (must be CREATED, UPDATED, or REMOVED).
Request
Responses
- 202
- 400
- 401
- default
Accepted
Bad Request
Unauthorized
An unexpected error response.