Versions Compared

Key

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

...

GET/POST http://{login}:{password}@IP-address:port/token?expires_in={expires_in}

Request parameters:

Parameter

Is required

Description

login NoUser login in Intellect, if specified
passwordNoUser password in Intellect, if specified
expires_inNo

Token validity time in seconds. The maximum value is 1 day. The token expires after a specified period of time.

The default value is 1800.

To log out, specify the value: "0"

Note. There can be only 1 token for each user.

Request example:

GET/POST http://USER:PASSWORD@127.0.0.1:8085/token?expires_in=1800

...