cURL
curl --request POST \ --url https://api.ipulse.one/incidents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "Website down" } '
JWT Bearer token authentication
"Website down"
"The main website is not responding"
low
medium
high
critical
Incident created successfully
Was this page helpful?