AuthnAuthzAPI
Get Started
Get Started
    • Overview
    • Registration & Onboarding
      • Register a new user
        POST
      • Verify email address
        POST
      • Resend verification code
        POST
    • Authentication
      • Login user
        POST
      • Logout user
        POST
      • Request a password reset email
        POST
      • Verify password reset token
        POST
      • Update password
        POST
      • Refresh access token
        POST
      • Get current authenticated user
        GET
    • OAuth Authentication
      • OAuth authentication
        GET
      • OAuth callback
        GET
    • Session Management
      • Get all sessions
        GET
      • Revoke session
        DELETE
      • Revoke all sessions
        DELETE
    • Profile Management
      • View profile information
        GET
      • Update profile information
        PATCH

    Overview

    Modified at 2026-02-23 05:34:18
    Next
    Registration & Onboarding
    Built with