Thank you again for the sessions at Cisco Live! 2026 in Amsterdam. Is these a OAuth 2.0 solution in the works for monitoring systems? I now have this running in my tool (Windows Application) and is working fine. This does have an database of the access/fresh tokens per Organisation with their respective expiration time and will refresh per token if required. One thing I now notice, this is not really useful for monitoring tools as each access (and refresh) token only allows access to a single Organisation. That is fine for interactive calls, but not for monitoring. This does mean that calls like /organizations/{organizationId}/assurance/alerts, /organizations/{organizationId}/devices/availabilities are only showing data for that single Org.
... View more