Skip to main content
POST
/
uptime
/
incidents
/
{incidentId}
/
recover
Recover a incident
curl --request POST \
  --url https://api.phare.io/uptime/incidents/{incidentId}/recover \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.

Headers

X-Phare-Project-Id
integer

A project header is required when using an organization-scoped API key.

Example:

1

X-Phare-Project-Slug
string

A project header is required when using an organization-scoped API key.

Example:

"luminous-guiding-tower"

Path Parameters

incidentId
integer
required

ID of the incident to recover

Response