← All products
POST /v1/monitors

Know the moment a page changes

Tell Refflux what to watch and it checks on a schedule, diffs what matters, and posts a signed webhook the instant something you care about moves.

POSTapi.refflux.dev/v1/monitors
Request
{
  "url": "https://example.com/pricing",
  "on": "change",
  "webhook": "https://you.dev/hooks/pricing"
}
Response
{
  "id": "mon_71c",
  "status": "active",
  "checked_at": "2026-07-19T00:00:00Z"
}

Pages and sitemaps

Catch new URLs and edited content across a page or a whole site.

Field-level watches

Pair it with a schema to fire only when a specific value changes.

Signed webhooks

Structured, verifiable payloads sent to your endpoint.

The rest of the API