Galxe · Authentication Profile

Galxe Authentication

Authentication

Galxe exposes two distinct authentication surfaces. (1) The Integration / Server GraphQL API authenticates with a dashboard-issued API access token sent in the custom `access-token` request header. (2) "Sign in with Galxe" is a standard OAuth 2.0 authorization-code (with PKCE) identity flow that lets an app read a Galxe ID user's connected accounts and wallet addresses.

Galxe secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyCrypto Web3Digital IdentityCredentialsQuestsLoyaltyGraphQLAuthenticationBlockchain
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

accessToken apiKey
· in: header ()
signInWithGalxe oauth2

Source

Authentication Profile

galxe-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.galxe.com/galxe-integration/getting-started/authentication
docs: https://docs.galxe.com/galxe-integration/getting-started/authentication
description: >-
  Galxe exposes two distinct authentication surfaces. (1) The Integration /
  Server GraphQL API authenticates with a dashboard-issued API access token sent
  in the custom `access-token` request header. (2) "Sign in with Galxe" is a
  standard OAuth 2.0 authorization-code (with PKCE) identity flow that lets an
  app read a Galxe ID user's connected accounts and wallet addresses.
summary:
  types: [apiKey, oauth2]
  api_key_in: [header]
  oauth2_flows: [authorizationCode]
schemes:
  - name: accessToken
    type: apiKey
    in: header
    parameter_name: access-token
    description: >-
      Server API access token generated in the Galxe dashboard under Account →
      Settings → Server API → "Generate New API Tokens". Shown once; store
      securely. Sent as `access-token: <TOKEN>` on every GraphQL request to
      https://graphigo-business.prd.galaxy.eco/query.
    obtain: https://dashboard.galxe.com/
    errors:
      - code: TOKEN_REQUIRED
        http_status: 401
        meaning: access-token header missing
      - code: INVALID_TOKEN
        http_status: 401
        meaning: access-token invalid/revoked
  - name: signInWithGalxe
    type: oauth2
    flow: authorizationCode
    pkce: recommended
    authorizationUrl: https://app.galxe.com/oauth
    tokenUrl: https://api.galxe.com/oauth/auth/2/token
    docs: https://docs.galxe.com/galxe-id/galxe-id-integration/galxe-id-oauth
    description: >-
      "Sign in with Galxe" — OAuth 2.0 authorization-code grant (PKCE supported
      via code_challenge/code_challenge_method) granting access to a Galxe ID
      user's connected identities. Authorization codes expire after 10 minutes;
      access tokens live 86400s (24h) with refresh-token support. Client IDs are
      issued on request via dashboard live-chat support.
    parameters: [client_id, client_secret, redirect_uri, state, code_challenge, code_challenge_method]

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/galxe-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.