Versions Compared

Key

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

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

 

 

 

...