Webhook Endpoints

Test webhook endpoint

POST /api/v1/webhook-endpoints/{id}/test

Fires a sample monitor-down payload at the endpoint so the receiving system can be wired up without waiting for a real outage. Requires at least one monitor on the team.

Response

{
  "message": "Test payload sent to Rootly."
}

Returns status 202. The sample payload describes one of the team's monitors going from online to offline, so the team must have at least one monitor (422 otherwise). Webhook delivery must be included in the team's plan (403 otherwise). Limited to 10 requests per minute.