Incidents
The Incidents endpoint is used to get the outages in the custom monitor for the last month.
Get outages of a custom monitor for the last 30 days
GET
https://isdown.app/api/v2/custom_monitors/{custom_monitor_id}/incidents
Path Parameters
Name
Type
Description
custom_monitor_id*
Integer
ID for the custom monitor. Get the id from the url of the custom monitor. E.g., https://isdown.app/all-company/monitors/105 it's 105.
Headers
Name
Type
Description
Authorization*
String
Bearer API_KEY
Last updated