provider Webhooks POST
/rest/api/3/webhook @utdk/jira
/rest/api/3/webhook Register dynamic webhooks
Registers webhooks.
**NOTE:** for non-public OAuth apps, webhooks are delivered only if there is a match between the app owner and the user who registered a dynamic webhook.
**[Permissions](#permissions) required:** Only [Connect](https://developer.atlassian.com/cloud/jira/platform/#connect-apps) and [OAuth 2.0](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps) apps can use this operation.
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.registerdynamicwebhooks()