How to use webhook token for incoming auth

Hi,
I have implemented and have success with putting a long-lived token on the header of an incoming webhook, (POST). Is it possible to validate the webhook as a condition on a trigger? Otherwise it’s just a “good to know”. I suppose I could include it as JSON data inside the webhook and validate it there, but I’d prefer it be in the header.

Thanks!