Sign in

List active incidents

documented

Retrieve active incidents for the Brand

GET /incidents/activeStatus Pageno implementation yet0 runs
No 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/active" \
  -X GET \
  -u "{{REAMAZE_LOGIN_EMAIL}}:{{REAMAZE_API_KEY}}" \
  -H "Accept: application/json"
List active incidents · Re:amaze · OpenIntegrations