v2

latestOpenAPI 3.0.32026-08-07534393676.1 KB
users

Check the credentials and return the REST Token if the credentials are valid and authenticated. Calls Django Auth login method to register User ID in Django session framework

Accept the following POST parameters: username, password Return the REST Framework Token Object's key.

post/api/users/login/

Headers

X-Companystring

The company id to request data for

Request body

usernamestring
emailstring email
passwordstring required

Response

keystring required