Authentication
Last updated
Last updated
POST
https://api.tiledesk.com/v3/auth/signin
Allows to authenticate an agent using email and password.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://api.tiledesk.com/v3/auth/signinAnonymously
Allows a user to authenticate anonymously on the system.
POST
https://api.tiledesk.com/v3/auth/signinWithCustomToken
Allows to authenticate with a custom JWT token.
Example:
You can find here How to Generate a Custom Authentication Token
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type
string
use "application/json" value
string
the user email address
password
string
the user password
Content-Type
string
use "application/json" value
id_project
string
the project to which the user belongs
firstname
string
the user firstname
lastname
string
the user password
string
the user email
attributes
object
the user custom attributes
Authorization
string
Custom JWT Authorization token.