Authentication
Authentication with email and password
POST
https://api.tiledesk.com/v3/auth/signin
Allows to authenticate an agent using email and password.
Headers
Request Body
Anonymous authentication for a user
POST
https://api.tiledesk.com/v3/auth/signinAnonymously
Allows a user to authenticate anonymously on the system.
Headers
Request Body
Custom authentication for a user
POST
https://api.tiledesk.com/v3/auth/signinWithCustomToken
Allows to authenticate with a custom JWT token.
Headers
Example:
You can find here How to Generate a Custom Authentication Token
Last updated