Jobber graphql connection error. Query results: hidden due to permissions

I am setting up a Jobber connection and need a little help getting over the finish line. The settings below allow me to get a connection but something is up.
In the Query Library it is showing "No schema available" and my simple test query query { clients { totalCount } } is showing error:"[{"message":"The field clients on an object of type Query was hidden due to permissions","locations":[{"line":1,"column":9}],"path":["clients"]}]"

Note: I am not sure of the scope syntax but this is what I have for another platform.

Here are a few screenshots for my setup.



Bearer OAUTH2_TOKEN instead of ACCESS_TOKEN did the trick.