Authentication
Was this section helpful?
What made this section unhelpful for you?
Endpoints
POST
POST
POST
POST
POST
Was this section helpful?
The Authentication APIs provide methods for user login, token management, and session handling. These APIs ensure secure access to protected resources by authenticating users with their credentials and managing access tokens and refresh tokens to maintain user sessions.
/uam/api/auth/login
/uam/api/auth/refresh?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
/uam/api/auth/register
/uam/api/auth/totp-login
/uam/api/auth/change-password