List incidents
documentedRetrieve incidents for the Brand
GET /incidentsStatus Pageno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://{{$brand}}.reamaze.io/api/v1/incidents\" \
-u \"{{$REAMAZE_EMAIL}}:{{$REAMAZE_API_TOKEN}}\" \
-X GET \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\"