This section is used to list out all the API that related to the Authentication function such as Authen User, Authen as Client, Authen as Agent ...
The different options are shown below. For more information, please click the appropriate link:
- Authenticate User
- Authenticate as Client
- Authenticate as Agent
- Check Current User Password
- Check and Refresh Token
- Reset Password by Email
- Reset the Token
- Get Web Session
Authenticates user
POST /auth
Authenticate as client
POST /auth/as_client
Authenticate as agent
POST /auth/as_agent
Checks current user password
POST /auth/check-password
Panel | |
---|---|
On this page:
|
Checks and refreshes token
POST /auth/check-token
Reset password by email
POST /auth/reset_email
Reset the Token
POST /auth/reset/{token}
Gets web session
GET /auth/session/list
...