Authentication
All requests require the following header:
Authorization: Bearer <API_TOKEN>| Scenario | Result |
|---|---|
| Missing token | 401 Unauthorized |
| Invalid token | 401 Unauthorized |
API tokens are generated and managed via the HiveTrace Web UI.
All requests require the following header:
Authorization: Bearer <API_TOKEN>| Scenario | Result |
|---|---|
| Missing token | 401 Unauthorized |
| Invalid token | 401 Unauthorized |
API tokens are generated and managed via the HiveTrace Web UI.