Authentication

Authorization

Overview

Deskree uses Bearer tokens to authorize users to make API requests to the user project's services depending on the permissions set on the project's endpoints.

How to send a request that requires authorization?

If your endpoints' permission is set to anything other than public, you need to provide an authorization header as a Bearer token to make an API request.

Example:

headers: { Authorization: `Bearer ${token}` }​

How to get a Bearer token?

  • Javascript SDK AUTH methods

  • REST API AUTH methods

Further Read:

Last updated

Copyright © 2023 Deskree Technologies Inc.