Webhook for the verification.updated-tags event, which fires when tags are added to or removed from a Verification. The context identifies the tags added and removed by the update. For more info see Webhooks Overview.
Most integrations don’t need verification tag events. Verifications are internal building blocks of an inquiry — for tag changes that summarize risk or fraud signals across the end user’s flow, listen to inquiry.updated-tags and inspect the inquiry’s tags. Subscribe to verification.updated-tags only when you have a specific need to react to tag changes on individual verifications.
Header. An HMAC that you should use to check that requests are authentic. Compare this value with your own digest, computed from the request body and your webhook secret. For more info see Webhook Best Practices.
Return a 2xx status code to indicate that the data was received successfully. Any other status will trigger retries. For more info see Retry Logic.