Required scopes for new OAUTH refresh_token | Community
Skip to main content

Required scopes for new OAUTH refresh_token

  • June 30, 2025
  • 0 replies
  • 0 views

Some of our apps only use only read triggers:write  webhooks:write scopes, and do not have the full write scope. 
But, without write we can't do any POST requests, including the one that is required to obtain the refresh token. 
Is there a way to avoid having `write` scope? Or anything else I'm doing wrong?