Access Token

An Access Token is a short-lived credential used to authenticate your application to Glassix

To get an access token, which is valid for 3 hours, use this endpoint. The access token contains the user and the department.

To obtain your API key and secret:

  1. Login into Glassix.
  2. Click on SettingsDevelopersAPI keys, or click here.

After getting a token, save it in your application to avoid making unnecessary additional requests. This endpoint is throttled, and there is a limit to the number of requests you can make.

👍

Tip:

Remember that each token is valid for 3 hours. After a token has expired, you'll have to get a new one.

After obtaining the access token, you must pass it in every request in the "Authorization" header:

Authorization: Bearer <<token>>

Language
URL
Click Try It! to start a request and see the response here!