Calling GET /api/v2/routing/queues returns a 403 Forbidden. I have admin:users and admin:queues in the token. Tried adding routing:queues too. Still getting 403.
Check routing:queue:view. That’s the actual scope required for GET. admin:queues is usually for write operations. Also verify the token isn’t restricted to a specific division.
curl -X GET "https://api.nicecxone.com/api/v2/routing/queues" \
-H "Authorization: Bearer <token>"