v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Incident Types

Create an Incident Type

Create a new incident type.

Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident.

For more information see the API Concepts Document

Scoped OAuth requires: incident_types.write

post/incidents/types

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

Response

The incident type object created.

Example response

{
  "incident_type": {
    "parent": {
      "type": "incident_type_reference"
    },
    "created_at": "2019-12-01T20:00:00Z",
    "updated_at": "2019-12-01T21:02:00Z"
  }
}