Webhook for the report/business-registrations-lookup.ready event. For more info see Webhooks Overview.
Sent when a business registrations lookup report finishes processing and its results are available (status is ready).
The payload is the polymorphic report object. Inspect payload.data.type (report/business-registrations-lookup) 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.