Getting Your API Key
- Sign up or log in at the Sentinel Dashboard
- Create or select a publisher
- Navigate to API Keys and generate a new key
- The key is shown once — store it securely
sni_ (e.g., sni_live_abc123...). Include the full key in the Authorization header as a Bearer token.
Request Headers
Every request requires anAuthorization header with your API key, and game-scoped operations require X-Game-Id:
Example Request
Scopes
Scopes control which API operations an API key can perform. Scopes are configured when creating or editing a key in the Dashboard.The
bans:global scope is an additional permission required on top of bans:write to create bans with "scope": "global". This prevents accidental network-wide bans.Environments
Sandbox and production use separate API keys. Generate sandbox keys from the Dashboard by switching to sandbox mode.
