2025-04-01Monitors
Viewing API version 2025-04-01. View the latest version.
Registered monitoring sources
Header Parameters
Kausate-Version?string
Default
"2025-04-01"Format
dateResponse 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
Event taxonomyGET
Returns the full event-code → category mapping plus the list of categories. Use this to route customer-side instead of hardcoding.
List Jurisdiction CapabilitiesGET
List jurisdictions with capability statuses and available document types. Each capability carries two signals: `status` is the platform-wide availability (live, coming soon, unsupported, …) regardless of who is asking, and `enabled` tells you whether *your* organization can call it right now given its entitlements.