403 on /api/v2/routing/queues - missing scope?

Getting a 403 Forbidden when hitting GET /api/v2//queues via a service account. The token has :queue:view but it still blocks me. Here’s the curl command:

curl -X GET https://mypurecloud.com/api/v2//queues \
 -H "Authorization: Bearer $TOKEN" \
 -H "Accept: application/json"

What scope am I missing?