For the complete documentation index, see llms.txt. This page is also available as Markdown.

What is the permission_change webhook type?

The permission_change webhook is an informational event sent when an end user modifies the scopes granted to your app.

The permission_change webhook is an informational event sent when an end user modifies the scopes granted to your app.

  • It lists scopes_added and scopes_removed so you can track changes.

  • It does not affect functionality and can be safely ignored if you don't need it.

It is documented in the event types reference and the OpenAPI spec.

Last updated

Was this helpful?