SiteMonitors

Create Monitor

Register a website for monitoring. We will check on the given cron schedule and POST webhook events on content change.

post/v1/site-monitors

Request body

namestring nullable

Human-readable name for the monitor

website_urlstring required

URL to monitor

webhook_urlstring required

URL to POST webhook events to

cron_expressionstring required

Cron schedule (5 fields, UTC), e.g. '*/15 * * * *' for every 15 min

Response

Successful Response

idstring uuid required
user_idstring uuid required
api_key_idstring uuid required
namestring nullable
website_urlstring required
webhook_urlstring required
cron_expressionstring required
extraction_configobject nullable
is_activeboolean required
created_atstring date-time required
updated_atstring date-time required
last_run_atstring date-time nullable
next_run_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.