post
https://{workspace}.glassix.com/api/v1.2/token/get
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:
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>>