Ruby API
Ruby is a B2B game aggregation platform. This API allows you to manage brands, query players, view bet records, access statistics, and configure provider limits.
Authentication: All endpoints require HMAC-SHA256 signing. See the Authentication Guide for details.
Note: The interactive 'Try it out' feature requires manual HMAC signature computation. Use the SDK examples or curl commands in the Authentication guide for testing.
Authentication
- API Key: TeamApiKey
- API Key: TeamTimestamp
- API Key: TeamSignature
Your team_api_key.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Team-Key |
Current Unix timestamp in seconds.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Team-Timestamp |
HMAC-SHA256 signature computed from timestamp, HTTP method, request path (with query string), and request body. See the Authentication guide for the full algorithm.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Team-Signature |