How do I access campaign information when using oauth?

Hi guys, I have a Patreon app that I set up a few years ago on v2, and when I connect I have access to these scopes:

  • View campaign information
  • View Patreon profile information

I’ve set up a new app in as far as I can tell the same way as the old one, and I only have this scope:

  • View your public profile

I don’t see anywhere in the documentation how I can set which scopes I would like my app to take, I also don’t see a setting in the app set up. I don’t pass the scopes I am looking for in the URL, which looks like: https://www.patreon.com/oauth2/authorize?response_type=code&client_id=${this.clientId}&redirect_uri=${this.redirectUrl}

Any help would be really appreciated!