All pages
Powered by GitBook
1 of 1

Loading...

About authentication

To use Tuum's API, you must first authenticate. Once you have completed the authentication process, you will receive a JSON Web Token (JWT). This token allows you to make authorised API calls within the Tuum system.

Tuum has two different API endpoints for authentication:

  1. of employees,

  2. of customers.

You must choose the authentication endpoint applicable to the context in which you will make API requests.

  • When making API requests for your employees, select the authentication endpoint for employees.

  • When making API requests for your customers, select the authentication endpoint for customers.

In this part of the API cookbook, you will find:

Authenticate employee
Create customer credentials
Authenticate customer
Refresh JSON Web Token
Invalidate customer credentials
Export-import roles