2025-04-01Monitors
Viewing API version 2025-04-01. View the latest version.
Registered monitoring sources
Lists every monitoring source registered across all jurisdictions.
Header Parameters
Kausate-Version?string
Default
"2025-04-01"Format
dateResponse Body
application/json
application/json
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": "Invalid API key"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"detail": "An internal error occurred"
}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.
Submit feedbackPOST
Send us feedback about the Kausate API or its integration guide — a bug you hit, something the docs got wrong, a missing capability, or just what worked well. AI coding assistants integrating Kausate are explicitly welcome to call this: we built it so the agent doing the integration can tell us where the API or docs tripped it up. Open to any caller.