GET
/
v1
/
post_mortem_templates
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/post_mortem_templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "dd068953-5c02-4f06-9abb-8998d8322972",
    "type": "post_mortem_templates",
    "attributes": {
      "name": "Delectus quia necessitatibus dolorem.",
      "slug": "delectus-quia-necessitatibus-dolorem",
      "format": "html",
      "default": false,
      "content": "",
      "created_at": "2025-04-18T18:21:59.736-07:00",
      "updated_at": "2025-04-18T18:21:59.745-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
Retrospective Template found
data
object
required