/
/Euler Data API (V3)
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19h ago · Updated 19h ago
Accounts4
Activity2
APYs3
Auth24
  • getStart platform-operator Google SSO
  • getComplete platform-operator Google SSO callback
  • getGet current platform-operator session
  • postEnd current platform-operator session
  • getStart entity-member OIDC sign-in
  • getComplete entity-member OIDC callback
  • getGet current entity-member session
  • postEnd current entity-member session
  • postGrant platform-admin access
  • postRevoke platform-admin access
  • getList API keys for toolbox Admin
  • postCreate an API key for toolbox Admin
  • deleteRevoke an API key for toolbox Admin
  • getList configurable yield sources for toolbox Admin
  • getList tokens for a toolbox Admin yield source
  • postCreate or update a yield source token for toolbox Admin
  • deleteDisable a yield source token for toolbox Admin
  • patchEnable or disable a yield source token for toolbox Admin
  • getList API keys (admin)
  • postCreate an API key (admin)
  • getGet API key by id (admin)
  • deleteRevoke API key (admin)
  • patchUpdate API key (admin)
  • getUsage stats for an API key (admin)
Chains3
Compliance1
Curator2
Earn6
Entities12
EVC1
FeeFlow1
GraphQL2
Health5
Images12
Labeling Curation29
Liquidations1
Oracles5
Prices3
Protocol4
PublicAllocator1
Rewards3
TermsOfUse2
Tokens1
Usage1
Vaults22
    Auth

    Complete entity-member OIDC callback

    Validates state, nonce, ID-token claims, and active entity-member access.

    get/v3/auth/entity/callback

    Query parameters

    codestring required

    OIDC authorization code. Never returned in responses.

    statestring required

    OIDC anti-forgery state bound to the signed state cookie.

    Changes