API Reference
API Reference

Get Organizations

Get all organizations

GET/api/v1/incidents/organizations

Authentication

Syllable-API-Keyrequired

Send Syllable-API-Key in the header.

Need a credential? Create or manage an API token in the Syllable Console.

Parameters

This endpoint has no declared parameters.

Responses

200Successful Response

application/json

response IncidentOrganizationResponse[] required
Item schema
itemsIncidentOrganizationResponserequired
3 fields
idintegerrequired
namestringrequired
display_namestringrequired
Response example
[
  {
    "id": 0,
    "name": "string",
    "display_name": "string"
  }
]