Cant get page via v2 rest api "Unauthorized; scope does not match"

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?

this is my postman setup

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 :person_shrugging:

/Daniel