API ReferenceCreate monitor from template

Create monitor from template

POST/api/monitor-templates/{id}/create-monitor

Create a monitor from a template. User-provided fields override template defaults.

Requires Authorization: Bearer <token>

Parameters1

idstringpathrequired

Request bodyapplication/json

labelstring
urlstring
webhook_urlstring
interval_minutesnumber
js_renderingboolean
selectorstring
new_items_onlyboolean
filter_patternstring
max_itemsinteger
notification_configobject

Responses

201Monitor created successfully
400Validation error or missing required fields
401Unauthorized
403Plan restriction
404Template not found
500Internal server error
503Required integration not configured