API Reference›Trigger monitor
Trigger monitor
POST
/api/monitors/{id}/triggerManually trigger a check on a monitor outside of its regular schedule. Pass `force: true` in the request body to deliver notifications even when content has not changed, or when there is no previous snapshot. This is useful for testing webhook integrations without waiting for an actual change.
Requires
Authorization: Bearer <token>Parameters1
idstringpathrequiredRequest bodyapplication/json
forcebooleandefault: falseWhen true, notifications are delivered even if content has not changed.
Responses
200Manual check completed
401Unauthorized
404Monitor not found
500Internal server error