Webhooks
Webhooks API — endpoints, requests, and responses.
The Webhooks API. 2 endpoints:
GET /v1/usage/by-endpointGet per-endpoint bandwidth breakdown
Returns bandwidth usage broken down by endpoint (screenshots, recordings, scrape, scrape_md, fetch, fetch_md, crawl, crawl_links, sitemap, monitors) for a date range. Each row carries raw bytes, the billing multiplier, and billable bytes. Endpoints with zero raw bytes for the range are omitted from `rows`; `totals` is always present. Default range is the last 30 days; max 366 days.
GET /v1/webhook-deliveriesList webhook deliveries
Next Page