Backend API Reference
The Backend API is for server-to-server integrations: query and look up players, record analytics events, export survey responses, check your key inventory, and read creator data — straight from your own backend, tooling, or data pipeline.
Every request is authenticated with a scoped API token passed in the Authorization header. Tokens are
created under Settings → Developer in your dashboard; the token value is shown once, at creation,
and each token only grants the scopes you pick. See
API Tokens & API Access for scopes and setup, or the
MCP server if you'd rather connect an AI assistant than write code.