Skip to main content
GET
/
v1
/
countings
/
incident_types
List incident types
curl --request GET \
  --url https://api.algure.com/v1/countings/incident_types \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use Integration API credentials as HTTP Basic auth (username: client id, password: client secret).

Response

200 - application/json

The incident types list

name
string
required