Authentication & Authorization

Everest API Login

This API issues a new JWT token for logging in from the Everest API. The provided user must have the login capability.

post/session

Request body

usernamestring
passwordstring

Response

Successful operation

tokenstring

Changes