Comment on page
Authentication
post
https://api.tiledesk.com/v3
/auth/signin
Authentication with email and password
post
https://api.tiledesk.com/v3
/auth/signup
Signup with email and password
post
https://api.tiledesk.com/v3
/auth/signinAnonymously
Anonymous authentication for a user
post
https://api.tiledesk.com/v3
/auth/signinWithCustomToken
Custom authentication for a user
Example:
curl 'https://api.tiledesk.com/v3/auth/signinWithCustomToken' \
-X 'POST' \
-H 'authorization: JWT eyJ0eXAiOiJKVXYZZ....ZZZZZ'
Last modified 13d ago