KausateKausate Docs
2025-04-01Monitors
Viewing API version 2025-04-01. View the latest version.

Registered monitoring sources

GET
/v2/events/sources

Header Parameters

Kausate-Version?string
Default"2025-04-01"
Formatdate

Response Body

application/json

application/json

curl -X GET "https://api.kausate.com/v2/events/sources" \  -H "Kausate-Version: 2025-04-01"
{
  "sources": [
    {
      "name": "string",
      "dataSource": "string",
      "integrationName": "string",
      "jurisdictions": [
        "string"
      ],
      "mode": "per_company_pull",
      "producesCategories": [
        "status"
      ],
      "requiredCapability": "string"
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

Last updated on