Observer
API

POST /incidents/{id}/resolve

Resolve an incident with optional final message

Request body

null

Example request

curl -X POST "https://api.use.observer/api/v1/incidents/{id}/resolve" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d "null"

Responses

200 — ok

null

401 — missing or invalid bearer token

403 — missing required scope

404 — not found (or cross-tenant — same response)

409 — already resolved

429 — rate limit exceeded

Was this page helpful?