Missing webhook_subscriptions.{read,write} scope for OAuth applications

I’m building an application that gets access with OAuth and it doesn’t seem like it’s possible to request the webhook_subscriptions.{read,write} scopes. I’ve tried both the scoped and classic OAuth methods.

Is the only way to setup webhook subscriptions via an API key?

Hi there Franklin,

You can also setup webhook subscriptions via website providing the following information:

  • Integration Name
  • Webhook URL
  • HTTP Method
  • Events to Send

Was this helpful?

  • YES :+1:
  • NO :-1:

0 voters

@xenda.amici Is it possible to set up the webhook subscription via API instead? Aiming to build an application where the user doesn’t have to do this manually