Back to API List
Authentication API
Security
3 Endpoints
Simplified API for user authentication processes like login, logout, and status check.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Authentication API. These API routes are live!
POST
/api/auth/login
Authenticates a user and returns a session token.
Try it out
POST
/api/auth/logout
Logs out the current user and invalidates their session.
Try it out
GET
/api/auth/status
Checks the current authentication status of the user.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).