v1
latestOpenAPI 3.0.22026-07-144652931.4 MBIncident Types
List incident types
List the available incident types
Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. These can be filtered by enabled or disabled types.
For more information see the API Concepts Document
Scoped OAuth requires: incident_types.read
get/incidents/types
Query parameters
filter'enabled' | 'disabled' | 'all'
Filters the list of incident types based on their enabled state.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Response
An array of all types for the account. The default incident type will automatically return on this list.
Example response
{
"incident_types": [
{
"parent": {
"type": "incident_type_reference"
},
"created_at": "2019-12-01T20:00:00Z",
"updated_at": "2019-12-01T21:02:00Z"
}
]
}