Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

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:

Table of Contents

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

 

 

...