Monitor
Monitor Page
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
HMAC-SHA256 signature of the raw request body, formatted as sha256=<hex>. Present when an HMAC secret is configured in your account settings. See Webhook Security for verification details.
Example:
"sha256=abc123def456789..."
Body
application/json
true when the page scrape completed without an error.
The event type.
Allowed value:
"monitor.page"The monitor check ID.
Unique identifier for this webhook delivery.
Error message when the monitored page failed.
The custom metadata object you provided in the webhook configuration. Echoed back in every delivery.
Response
200
Return any 2xx status code to acknowledge receipt.

