curl --request GET \
--url http://localhost/api/incident-templates/{incidentTemplate} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incidentTemplates",
"attributes": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"template": "<string>",
"engine": "blade",
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}curl --request GET \
--url http://localhost/api/incident-templates/{incidentTemplate} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incidentTemplates",
"attributes": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"template": "<string>",
"engine": "blade",
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The incident template ID
IncidentTemplate
Show child attributes
incidentTemplates Show child attributes
blade, twig