TALQENDocs

Authentication

Talqen uses application-scoped API keys. Send them as Bearer tokens from server environments only.

Authorization header

Required headerhttp
Authorization: Bearer <TALQEN_API_KEY>

Credential prefixes

  • Test: talqen_test_ https://api-staging.talqen.net
  • Live: talqen_live_ https://api.talqen.net

Test and live credentials are separate. A test key is rejected on the production gateway, and a live key is rejected on staging.

Application and workspace scope

Workspace membership for integrator routes comes from the approved API credential. You do not authorize access with a workspace header. Allowed Roblox universe IDs are stored on the developer application; an empty list denies all universes.

Scopes

ScopeUsage
activity:writeShift start, heartbeat, and stop
activity:readActive shifts, summaries, and leaderboard
staff:readGET /v1/staff/me
applications:readCatalogued; no public integrator route yet
permissions:checkCatalogued; no public integrator route yet
events:writeCatalogued; no public integrator route yet
activity:manageCatalogued; no public integrator route yet