Webhooks allow you to receive real-time updates about results from the Ready Health API. When you are getting set up, you will specify a URL where you wish to receive the requests.Documentation Index
Fetch the complete documentation index at: https://docs.readyhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Webhook Payloads
The payload of a webhook will look like so:Event types
| Event type | Data.Status |
|---|---|
| SCAN_SUCCESS | SUCCESS |
| SCAN_FAILED | FAILED |
| VALIDATION_SUCCESS | VALID |
| VALIDATION_FAILED | INVALID |