Match rest api request with webhook payload

Hi,
Is there possibility to match Jira rest api request with corresponding webhook payload? Maybe there is some request header or whatever I can set, and it will be then included in the webhook payload body?

@volkovich - unfortunately, there is no explicit mechanism for matching up an API call you make with a webhook event. Perhaps by using entity properties (i.e. custom values attached to issues) you can accomplish this.