Webhooks
Receive real-time POST notifications from Statuspal to your own endpoints when incidents or service status changes occur.
Last updated
{
"event": "service.monitored_status.updated",
"data": {
"object": {
"type": "service",
"parent_id": null,
"name": "API",
"id": 123,
"display_response_time_chart": false,
"current_incident_type": null
},
"monitored_status": "up"
}
}{
"event": "incident.updated",
"data": {
"object": {
"type": "incident",
"starts_at": "2020-03-11T12:47:17",
"ends_at": null,
"service_ids": [1, 2],
"l_title": [{ "lang": "en", "text": "Incident title" }],
"id": 123
}
}
}