v1

latestOpenAPI 3.0.0Apache 2.02026-07-177719.4 KB
authentication

Authenticate user.

Authenticate to server using username and password.

post/auth/login

Request body

usernamestring required

User to authenticate

passwordstring required

Password for supplied username.

Response

Successful Authentication response.

tokenstring required

Authentication token to be supplied with future requests.

timeToLivenumber

Token validity time (seconds).