Trying to pull queue configs via a simple curl test. Getting a 403 back. We’ve got view::queue and read:queue in the token. Still blocked. Am I missing something obvious? Here’s the call:
curl -H "Authorization: Bearer <token>" https://company.mypurecloud.com/api/v2//queues
Response is just Forbidden. Checked the token on jwt.io, scopes look right. Stumped.