Authorization
Deskree employs Bearer tokens for user authorization in API requests, dependent on project endpoint permissions.
Last updated
Deskree employs Bearer tokens for user authorization in API requests, dependent on project endpoint permissions.
Last updated
When your endpoints have permissions other than public, include a Bearer token in the authorization header for API requests.
To obtain a token from sign-up and sign-in requests, activate the AUTH provider first. Sign in or sign up a user using any of the Deskree AUTH API methods listed below, and the token will be returned within the idToken
property.