KGeN · Authentication Profile

Kgen Authentication

Authentication

KGeN secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyMarketplacesGamingEsportsLoyaltyRewardsWeb3Ai DataDeveloper API
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

server-to-server apiKey
· in: header ()
user-jwt apiKey
· in: header ()

Source

Authentication Profile

kgen-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.kgen.io/docs/Esport%20Protocol%20V1/Tech%20integration/user-session
docs: https://docs.kgen.io/
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
  notes: >-
    KGeN Economy Protocols use two distinct credential styles. Server-to-server
    (/s2s/*) endpoints authenticate with a client id + client secret pair sent as
    request headers. Front-end (/fe/*) endpoints authenticate with a per-user JWT
    sent in the user-jwt-token header, obtained via the phone-number OTP flow. No
    OAuth 2.0 / OpenID Connect surface is documented.
schemes:
  - name: server-to-server
    type: apiKey
    in: header
    keys:
      - x-client-id      # your unique client identifier
      - x-client-secret  # your client secret
    applies_to: /s2s/* endpoints (session creation, loyalty rewardable-events)
    sources: [docs.kgen.io Tech Integration]
  - name: user-jwt
    type: apiKey
    in: header
    key: user-jwt-token   # user's JWT for authentication
    applies_to: /fe/* endpoints (tournaments, wallet, rewards, statistics)
    sources: [docs.kgen.io Tech Integration]
user_authentication:
  method: phone-number OTP
  flow:
    - POST /fe/users/auth/otp/register   # request OTP; returns authCode + isNewUser
    - POST /fe/users/auth/otp/resend     # resend OTP
    - POST /fe/users/auth/otp/verify     # verify OTP; links custodial wallet to KGeN wallet
  request_headers:
    - Content-Type: application/json
    - user-jwt-token

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/kgen-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.