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"
}'Getting Started
Set up your API key and send your first test event in minutes.
S2S Integration
Connect your gaming platform to Revvvs with server-to-server events.
Event Reference
Complete reference for all player event types and their fields.
API Reference
Endpoints, request formats, response schemas, and status codes.
Attribution
How Revvvs matches players to the affiliates who referred them.
Commissions
CPA, RevShare, and Hybrid commission plans explained.