Webhook for the report/business-adverse-media.matched event. For more info see Webhooks Overview.
Sent when a business adverse media report surfaces one or more matches (has-match becomes true). For continuously-monitored reports this fires on the run that introduces a new match.
The payload is the polymorphic report object. Inspect payload.data.type (report/business-adverse-media) to identify the report, and payload.data.attributes for its inputs and results.
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.