get https://api.crimsonhexagon.com/api/authenticate
Generate a token for use with all API requests.
All endpoints require an authentication token passed with the request.
Authentication tokens expire after 24 hours unless noExpiration
is utilized.
API Access
You must contact Crimson Hexagon support to enable API access for your username.
Every request requires an authentication query parameter
In your API requests ensure that you include
auth
as a query parameter with the value generated from this endpoint. For example:
https://api.crimsonhexagon.com/api/monitor/list?auth=abc123