Revvvs Documentation

Everything you need to integrate your gaming platform with Revvvs. From API setup to commission calculation, find guides, references, and examples for every step.

Quick start: send a test event
curl -X POST https://revvvs.com/api/v1/events \
  -H "Content-Type: application/json" \
  -H "X-API-Key: rv_your_api_key_here" \
  -d '{
    "event_type": "registration",
    "event_time": "2026-04-10T06:35:11Z",
    "brand_id": "your-brand-uuid",
    "player_external_ref": "player_001",
    "idempotency_key": "test_reg_001"
  }'