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

    Registration & Onboarding

    Register a new user
    POST/auth/register
    Creates a new user account in the system using the provided registration details such as name, email address, and password. After successful registrat...
    Verify email address
    POST/auth/verify-email
    Confirms a user’s email address by validating the verification code sent during the registration process. When the correct and unexpired code is provi...
    Resend verification code
    POST/auth/resend-verification
    Requests the system to generate and send a new email verification code to the user’s registered email address. This endpoint is typically used when th...
    Previous
    Overview
    Next
    Register a new user
    Built with