Authenticate employee
Last updated
Was this helpful?
Last updated
Was this helpful?
Here, you can learn how to make an API call to authenticate an employee. Once you execute the call successfully, you will receive a JSON web token that permits you to make authorised API calls to other Tuum API endpoints.
To authenticate an employee, make the following API call.
https://auth-api.sandbox.tuumplatform.com/api/v1/employees/authorise
Below is an example request body of the API call for authentication of an employee.
Please make sure to input the username
and password
of the particular employee when submitting your request.
Below you find an example response body to the API call above.
An employee is authenticated, and a JSON Web Token is returned in the response.