Authorization
The Hub adheres to a standard OAuth protocol. Separate API keys will be issued for both your Organization and Application. To obtain an authentication token, use the provided key with the GET /token/{key}/ endpoint. Each token has a 24-hour expiration date. For all subsequent requests, include the token in the HTTP request header as follows:Authorization: Bearer [token string]
Please note that distinct keys are assigned for your Organization and each Application under your organization. Access to specific API endpoints varies between Organizations and Applications, as detailed in the Swagger documentation available at the top of each endpoint description.