Hi @HarishDe Not sure how Frame.io factors into securing webhooks, but you have 2 options:
IP whitelisting which doesn't work for youan expected header value you check foran expected query argument (or multiple) you check for
either way, it'll be one or more static strings you check.Of course you c...