Can I specify scopes when authorizing OAuth?

I have an application with full rights.
https://monosnap.com/file/dHIIkE7LYfoE9up6lUkLxGR48Cgg3y

Can I specify a certain scopes of rights when authorizing oauth?
For example, I want to request only base rights:

https://oauth.pipedrive.com/oauth/authorize?scope=base&client_id=X&redirect_uri=Y

And get grant token with only “base” scope?

Hi @a.skibardin

Once you selected scopes for your app in the Marketplace manager

they are shown upon authorization

Meaning you can not change the requested scopes of your app in URL, but only in Marketplace manager.

1 Like