Webhook for the report/screening.reviewed event. For more info see Webhooks Overview.
Sent when a matched record on a screening report is reviewed (e.g. confirmed or dismissed) by a reviewer.
The payload is the polymorphic report object. Inspect payload.data.type (report/screening) to identify the report, and payload.data.attributes.matched-records[].review-status for the reviewed record’s outcome.
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.