# Auth Authentication and authorization endpoints ## User Signup - [POST /auth/signup](https://guides.exolink.com/apis/exolink_api/auth/auth_signup.md): Register a new user account ## Confirm User Signup - [POST /auth/confirm](https://guides.exolink.com/apis/exolink_api/auth/auth_confirm.md): Confirm user registration with verification code ## User Login - [POST /auth/login](https://guides.exolink.com/apis/exolink_api/auth/auth_login.md): Authenticate user and return access tokens ## Refresh Access Token - [POST /auth/refresh](https://guides.exolink.com/apis/exolink_api/auth/auth_refresh.md): Get new access token using refresh token ## Initiate Password Reset - [POST /auth/forgot](https://guides.exolink.com/apis/exolink_api/auth/auth_forgot.md): Send password reset code to user email ## Validate Access Token - [GET /auth/valid](https://guides.exolink.com/apis/exolink_api/auth/auth_valid.md): Check if the provided access token is valid