API ReferenceTrigger monitor

Trigger monitor

POST/api/monitors/{id}/trigger

Manually 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

idstringpathrequired

Request bodyapplication/json

forcebooleandefault: false

When true, notifications are delivered even if content has not changed.

Responses

200Manual check completed
401Unauthorized
404Monitor not found
500Internal server error