Search
K

Incidents

Overview

This API allows Organizations to access historical information about their incidents.

Authentication & Authorization

Request must be authenticated and authorized by adding a special Header to each request containing the Organization Key (available in https://app.xyte.io/settings/api_keys).
If no 'from' and 'to' params are provided, then the default fetch is for the last week.
Value
Key
Organization Key
Authorization
get
https://hub.xyte.io/core/v1/organization/incidents/

Error Handling

  • 401 Unauthorized: If the api_key is not provided or is invalid.
  • 403 Forbidden: If the user does not have permission to perform the requested action.
Last modified 19d ago