콘텐츠로 이동
Get Started

API Tokens & API Access

이 콘텐츠는 아직 번역되지 않았습니다.

FirstLook’s external API lets you build custom integrations against your player data. Access is authenticated with API tokens, which you create under Settings → Developer. Only organization Owners and Developers can manage tokens.

Each token has a note (describing what it’s for) and one or more scopes. The token value is shown once, at creation — store it somewhere safe, because you won’t be able to view it again.

  • Query players — search players with filters.
  • Look up a player — fetch a single player, or find-or-create one.
  • Record analytics events — send sessions, counters, and durations. Requires the Retention feature.
  • Surveys — list and export surveys.
  • Creators — search creators and read the public leaderboard.

The full endpoint reference lives in the Swagger UI: https://api.firstlook.gg/external/swagger-ui/

If you’d rather connect an AI assistant than write code, FirstLook also exposes an MCP server that gives assistants like Claude and ChatGPT conversational access to your player data.

If an API call returns a 403 naming a disabled feature, see the troubleshooting entry.