post https://api-sandbox.noonlight.com/dispatch/v1/alarms//events/tests
Log in to see full request history
Response
201Created
201Created
xxxxxxxxxx
curl --request POST \
--url https://api-sandbox.noonlight.com/dispatch/v1/alarms/alarm_id/events/tests \
--header 'content-type: application/json' \
--data '
{
"event_type": "alarm.status.canceled"
}
'
Try It!
to start a request and see the response here!