LevelChatDocs
Docs
LevelChat Auth Service

LevelChat Auth Service

LevelChat Auth Service

v0.1.0

Servers

  • {base}

Operations

  • get/healthz

    Liveness probe

    health
  • get/readyz

    Readiness probe

    health
  • post/v1/auth/magic/request

    Request a magic link sent by email

    magic
  • post/v1/auth/magic/verify

    Exchange a magic-link token for a session

    magic
  • get/v1/auth/me

    Current user

    sessions
  • post/v1/auth/logout

    Revoke the current session

    sessions
  • get/v1/auth/api-keys

    List API keys for the calling project

    api-keys
  • post/v1/auth/api-keys

    Create a new API key

    api-keys
  • delete/v1/auth/api-keys/{keyId}

    Revoke an API key

    api-keys