i am using uri
https://api.atlassian.com/ex/confluence/{{REDACTED}}/wiki/api/v2/pages/{{REDACTED}}
i am using a service account setup like this
I am using basic auth in postman but i always get Unauthorized; scope does not match
what am i doing wrong?
According to https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get you need the read:page:confluence permission.
I was expecting that they also mentioned which classic scopes are supported in the documentation 
/Daniel