Get a single incident severity.
cURL
curl --request GET \ --url https://api.incident.io/v1/severities/{id} \ --header 'Authorization: Bearer <token>'
{ "severity": { "created_at": "2021-08-17T13:28:57.801578Z", "description": "Issues with **low impact**.", "id": "01FCNDV6P870EA6S7TK1DSYDG0", "name": "Minor", "rank": 1, "updated_at": "2021-08-17T13:28:57.801578Z" } }
API key from your incident.io dashboard (Settings → API keys)
Unique identifier of the severity
"01FCNDV6P870EA6S7TK1DSYDG0"
OK response.
Show child attributes
Was this page helpful?
Contact support