Create an incident
Creates a new incident on a custom service. Only works with services you created in IsDown — not third-party services.
Request body
Parameter
Type
Required
Description
Example request
curl -X POST https://api.isdown.app/api/v2/incidents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"service_id": 1234,
"title": "API response times elevated",
"status": "minor",
"description": "We are seeing elevated response times on our API.",
"resolution_stage": "investigating"
}'Example Response
Notes
Last updated