Does AIQUM support Token-based authentication for API calls?
- Views:
- 6
- Visibility:
- Public
- Votes:
- 0
- Category:
- active-iq-unified-manager
- Specialty:
- OM
- Last Updated:
- 4/7/2025, 9:54:51 AM
Applies to
Active IQ Unified Manager (AIQUM) 9.x
Answer
No, AIQUM only supports basic authorization with username and password for API calls.
Additional Information
- In the context of Active IQ Unified Manager (AIQUM), the UM-CSRF-Token is used in various API calls to fetch data.
- The UM-CSRF-Token is a security feature used in API requests to prevent Cross-Site Request Forgery (CSRF) attacks.
- This token is included in the headers of API requests to ensure that the request is coming from an authenticated and authorized user only.