Scope webhook to API application
Current behavior: I have 2 API applications, configured 2 webhooks with each of them. Sent agreement from one of the applications and update event came on both webhook endpoints.
What I want: when I create agreement with application, I want events to be fired from webhook which is also created by this application.
Info: When creating webhook by adobe's API, there is a one property called "scope" which can receive "ACCOUNT", "USER", "GROUP", "RESOURSE". I tried account and user but behaviour was the same.
