Authenticate customer
Last updated
Was this helpful?
Last updated
Was this helpful?
Here, you can learn how to make an API call to authenticate a customer. 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 a customer, make the following API call.
https://auth-api.sandbox.tuumplatform.com/api/v1/authorise
Below is an example request body of the API call for authentication of a customer.
Please make sure to input the username
and password
of the particular customer when submitting your request.
Below you find an example response body to the API call above.
An customer is authenticated, and a JSON Web Token is returned in the response.