v1

latestSwagger 2.0raw.githubusercontent.com2018-12-0670110154.0 KB
authentication

Authenticates an HTTP session using the user credentials (username/password). This can be used as an alternative to the API token authentication.

Authenticates the user using a pair of username and password.

post/account/login

Request body

usernamestring required

the username associated with the user's account

passwordstring required

the password associated with the username.

Response

Authentication was successful.