Skip to main content
POST
Import postmortem document
🔑 Requires the in_app_postmortems.import scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

The unique identifier of the incident

Example:

"01GBA8J19SMXQWPJMX3P2ESCVG"

Body

application/json
content
string
required

The document content as GitHub-Flavored Markdown

Example:

"## Summary\n\nA database migration caused increased latency..."

title
string
required

Title of the postmortem document

Example:

"INC-123: Post-incident review"

Response

201 - application/json

Created response.

postmortem_document
object
required