Versions Compared

Key

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

...

Log the user in with the provided credentials

Parameters

Query ParameterExpected TypeDescription
usernamestringUsername of the user to login.
passwordstringPassword of the user to login.

Example Request Url

Code Block
languagejs
/api/v2/login?username=<username>&password=<password>

Response

204 No Content, if successful.

401 Unauthorized, if unsuccessful.

...