Documentation Index
Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
Use this file to discover all available pages before exploring further.
Gameball API V4.1 — Secure Integration Mode
We’re excited to announce API V4.1 — our most secure version yet, with mandatory SecretKey authentication and enhanced security controls!What’s New
Mandatory SecretKey Authentication
All integration endpoints under/api/v4.1/integrations/... now require both APIKey and SecretKey headers. This ensures all integration traffic is server-to-server only.Enhanced Security Model
- All integration APIs must be called from your backend
- Widget/mobile access requires per-customer session tokens
- No exposure of SecretKey in client-side code
Minimum Version Enforcement
Control which API versions are allowed from your Gameball Dashboard. Set a minimum version to reject older, less secure patterns.Breaking Changes
Migration Guide
Migration Required: If you’re using v4.0, you’ll need to update your integrations to include SecretKey headers and ensure all calls are made from your backend.