Skip to content

List all incident sources available for use in the organization

GET
/v1/incidents/sources
curl --request GET \
--url https://api.adversarial.com/api/v1/incidents/sources

List of incident sources

Media typeapplication/json
object
sources
required
Array<object>
object
description
string | null
name
required
string
Examplegenerated
{
"sources": [
{
"description": "example",
"name": "example"
}
]
}