Having some config trouble here… 401 Unauthorized. access_denied.
- I generate a token using client_credentials grant.
- I hit GET https://api.cxone.com/v2/reporting/queues/realtime.
- I get 401.
The token works for /users/me. Why does the reporting endpoint fail? I am using Python requests library. The scope is reporting:query. Is there a specific scope for realtime?