authentication

Login route

post/login

Request body

usernamestring required
passwordstring required

Response

Login successful

tokenstring

Auth token

idstring

Token id

Changes

Changed in 3 of the 19 revisions of this API.41

    • added the optional property id to the response with the 200 status

      response-optional-property-added

    • the request's body type/format changed from / to object/

      request-body-type-changed

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the request's body type/format changed from object/ to /

      request-body-type-changed

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog