Skip to content

Restart Incident

Request

Restart a closed incident. Automatically extends the incident expireAt. Starts with new incident states.

Security
apikeyAuth(Required scopes: readwrite)
Path
incidentIdstringrequired

ID of incident

Bodyapplication/json
PUT
/api/v1/user/incidents/{incidentId}/restart
curl -i -X PUT \
  'https://urlscan.io/api/v1/user/incidents/{incidentId}/restart' \
  -H 'Content-Type: application/json' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

OK