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.

API Keys

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.
Remember that each token is valid for 3 hours; after the 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!