Tiledesk Developer Hub
Website
Community
Tutorials
Sign up FREE
Search…
Introduction
Community
Tutorials
Changelog
Widget
Widget SDK
Javascript API: Methods
Javascript API: Attributes
Javascript API: Listeners/Events
Widget Authentication
Widget Angular integration
Widget React integration
Widget for Android with WebView
Widget for iOS with WKWebView
Tutorials
Conversation Embedded Apps
Advanced
External Chatbot
Introduction
Hello World tutorial
Chatbot to Human handoff
Send Text Buttons
Advanced Tutorials
Rasa tutorials
Resolution bot
Introduction
Quickstart
Webhook service
Rich messages
Tutorials
APIs
REST API
Introduction
Authentication
Requests
Leads
Messages
Activities
Projects
Team
User
Analytics
Canned responses
Tags
Events
Jwt
Labels
Images
Files
Chat Bots
Management Api
NodeJS SDK
Webhooks
Realtime API
JWT Authentication
Tutorials
Apps
Build Custom App - Quick start
External Channels integration flow diagram
Telegram integration tutorial
Dashboard & AgentChat SDK
Dashboard SDK
Agent Chat SDK
Architecture
Architecture overview
Components list
Bot Design diagram
Multi Channel Message Flow
Installation
Installation
Running Tiledesk using Docker Compose
Running Tiledesk with Kubernetes using Helm
Choosing Hardware
Install Tiledesk with Firebase Chat21 Engine
Configuration
Chat21 channel configuration
Email parameters and templates configuration
Configure the logging system
Configure the Enteprise modules
Powered By
GitBook
Authentication
post
https://api.tiledesk.com
/v2/auth/signin
Authentication with email and password
post
https://api.tiledesk.com
/v2/auth/signup
Signup with email and password
post
https://api.tiledesk.com/v2
/auth/signinAnonymously
Anonymous authentication for a user
post
https://api.tiledesk.com/v2
/auth/signinWithCustomToken
Custom authentication for a user
Example:
curl 'https://api.tiledesk.com/v2/auth/signinWithCustomToken' \
-X 'POST' \
-H 'authorization: JWT eyJ0eXAiOiJKVXYZZ....ZZZZZ'
You can find here
How to Generate a Custom Authentication Token
​
Previous
Introduction
Next
Requests
Last modified
7mo ago
Copy link
Outline
post
Authentication with email and password
post
Signup with email and password
post
Anonymous authentication for a user
post
Custom authentication for a user