# Kausate Real-time company data API for KYB. AI coding assistants integrating Kausate should start with the agent artifacts below — they encode the production-ready patterns (async + webhooks, customerId / customerReference, polling fallback, OpenAPI client generation). ## Agent integration - [AGENTS.md template](https://docs.kausate.com/agents/kausate.md): drop into your repo as AGENTS.md (works with Codex, Cursor, Copilot, Gemini CLI, Junie, Aider; Claude Code reads it via a one-line @AGENTS.md import in CLAUDE.md) - [Integration skill](https://docs.kausate.com/plugins/kausate-integration/skills/kausate-integration/SKILL.md): on-demand skill for AI coding assistants - [Skills manifest](https://docs.kausate.com/.well-known/skills/index.json) ## Live OpenAPI - [openapi.json](https://api.kausate.com/openapi.json): full API surface (requires X-API-Key) ## Overview - [Introduction](https://docs.kausate.com/index.md): Access authoritative company data across multiple jurisdictions ## Api Reference - [API Reference](https://docs.kausate.com/api-reference.md): Explore the Kausate API endpoints, request parameters, and response schemas. - [API version 2025-04-01](https://docs.kausate.com/api-reference/2025-04-01.md): Historical snapshot of the Kausate API as of 2025-04-01. - [Async & Sync Processing](https://docs.kausate.com/api-reference/2025-04-01/async-sync.md): Async and sync request patterns for API version 2025-04-01 - [Extend Shareholder Graph](https://docs.kausate.com/api-reference/2025-04-01/company-data/extendShareholderGraph.md): Extend a completed shareholder graph by continuing its traversal deeper. Resumes from the referenced order's persisted state and extracts `additionalDepth` further ownership levels from its unexpanded frontier (or from the specific `extendNodeIds` if given). Charges once per extended node, at the extension SKU of that node's jurisdiction — for an exact, uncharged preview of the cost, call the sibling POST /v2/companies/shareholder-graph/{orderId}/extend/quote with the same body first. Returns a new async order; poll GET /v2/companies/shareholder-graph/{orderId} or subscribe via webhook. - [Extract Shareholder Graph](https://docs.kausate.com/api-reference/2025-04-01/company-data/extractShareholderGraph.md): Extract multi-level shareholder graph for a company. - [Extract Ultimate Beneficial Owners](https://docs.kausate.com/api-reference/2025-04-01/company-data/extractUBOs.md): Extract Ultimate Beneficial Owners from official registers. - [Get Company Report Run](https://docs.kausate.com/api-reference/2025-04-01/company-data/getCompanyReportRun.md): Retrieve typed status for a company report run. - [Get Shareholder Graph Run](https://docs.kausate.com/api-reference/2025-04-01/company-data/getShareholderGraphRun.md): Retrieve typed status for a shareholder graph run. - [Get UBO Run](https://docs.kausate.com/api-reference/2025-04-01/company-data/getUBORun.md): Retrieve typed status for a UBO extraction run. - [Retrieve Company Report](https://docs.kausate.com/api-reference/2025-04-01/company-data/orderReport.md): Retrieve a structured company report from official registries. - [Publish Shareholder Graph](https://docs.kausate.com/api-reference/2025-04-01/company-data/publishShareholderGraph.md): Publish a completed shareholder-graph order behind an unguessable public URL. The returned `publicUrl` renders the same UBO studio visualization as the authenticated app. The slug is a capability token — anyone holding it can view the graph, so treat it like a secret. - [Quote Shareholder Graph Extension](https://docs.kausate.com/api-reference/2025-04-01/company-data/quoteShareholderGraphExtension.md): Quote what extending a completed shareholder graph would cost — before ordering. Takes the same body as POST /v2/companies/shareholder-graph/{orderId}/extend and resolves exactly which nodes that extension would extend, pricing each at your organization's effective credit price for the node's jurisdiction extension SKU. Nodes the extension would skip (and never charge) are listed under `excludedNodes` with the reason. No workflow is started and nothing is charged. If every requested node is excluded, `orderWouldFail` is `true`: an identical extend order would be accepted but then fail asynchronously instead of completing as a free no-op. - [Get Document Run](https://docs.kausate.com/api-reference/2025-04-01/documents/getDocumentRun.md): Retrieve typed status for a document retrieval run. - [Get List Documents Run](https://docs.kausate.com/api-reference/2025-04-01/documents/getListDocumentsRun.md): Retrieve typed status for a list-documents run. - [List Available Documents](https://docs.kausate.com/api-reference/2025-04-01/documents/listDocuments.md): List all available documents for a company from their business registry. - [Retrieve Company Document](https://docs.kausate.com/api-reference/2025-04-01/documents/retrieveDocument.md): Retrieve a company document from official registries. - [Submit feedback](https://docs.kausate.com/api-reference/2025-04-01/feedback/submitFeedback.md): Submit API or integration-guide feedback: bugs, documentation errors, missing capabilities, or successes. AI assistants may submit directly. - [Get Financials Run](https://docs.kausate.com/api-reference/2025-04-01/financials/getFinancialsRun.md): Retrieve typed status for a financial statements run. - [Retrieve Financials](https://docs.kausate.com/api-reference/2025-04-01/financials/orderFinancials.md): Retrieve structured financial statements (balance sheet, income statement, cash flow) from official registries. - [List Jurisdiction Capabilities](https://docs.kausate.com/api-reference/2025-04-01/jurisdictions/listJurisdictionCapabilities.md): 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. - [Create a monitor](https://docs.kausate.com/api-reference/2025-04-01/monitors/createMonitor.md): Start monitoring a company so registry changes are recorded as change events. - [Delete a monitor](https://docs.kausate.com/api-reference/2025-04-01/monitors/deleteMonitor.md): Delete a monitor and stop recording change events for it. - [Event taxonomy](https://docs.kausate.com/api-reference/2025-04-01/monitors/getEventTaxonomy.md): Returns the full event-code → category mapping plus the list of categories. Use this to route customer-side instead of hardcoding. - [Get monitor details](https://docs.kausate.com/api-reference/2025-04-01/monitors/getMonitor.md): Retrieve a single monitor's configuration and current status. - [List events for a monitor](https://docs.kausate.com/api-reference/2025-04-01/monitors/listMonitorEvents.md): List the change events recorded for a monitor, filtered by code, category or time range. - [Registered monitoring sources](https://docs.kausate.com/api-reference/2025-04-01/monitors/listMonitoringSources.md): Lists every monitoring source registered across all jurisdictions. - [List monitors](https://docs.kausate.com/api-reference/2025-04-01/monitors/listMonitors.md): List the monitors configured for your organization. - [List sources applicable to a company](https://docs.kausate.com/api-reference/2025-04-01/monitors/listMonitorSourcesForCompany.md): Lists the monitoring sources that apply to a specific company (filtered by jurisdiction and capability availability). - [Replay delivery for a change event](https://docs.kausate.com/api-reference/2025-04-01/monitors/replayMonitorEvent.md): Queue a previously recorded change event for redelivery. - [Prefill Company Data](https://docs.kausate.com/api-reference/2025-04-01/prefill/prefillCompany.md): Get company report data for form prefilling (indexed with real-time fallback). - [Autocomplete Companies (indexed)](https://docs.kausate.com/api-reference/2025-04-01/search/autocompleteCompanies.md): Fast type-ahead suggestions for company names. Returns up to 50 matching companies based on name prefix. - [Get Live Search Run](https://docs.kausate.com/api-reference/2025-04-01/search/getLiveSearchRun.md): Retrieve typed status for a live-search run. - [Search Companies](https://docs.kausate.com/api-reference/2025-04-01/search/liveSearchCompanies.md): Search for companies in real-time from official business registries. Returns results with Kausate IDs. - [Create Webhook](https://docs.kausate.com/api-reference/2025-04-01/webhooks/createWebhook.md): Create a new webhook for the organization - [Delete Webhook](https://docs.kausate.com/api-reference/2025-04-01/webhooks/deleteWebhook.md): Delete a webhook - [Get Webhook](https://docs.kausate.com/api-reference/2025-04-01/webhooks/getWebhook.md): Get a specific webhook - [List Webhooks](https://docs.kausate.com/api-reference/2025-04-01/webhooks/listWebhooks.md): List all webhooks for the organization - [Rotate Webhook Signing Secret](https://docs.kausate.com/api-reference/2025-04-01/webhooks/rotateWebhookSigningSecret.md): Rotate a webhook signing secret with an automatic 24-hour overlap. - [Update Webhook](https://docs.kausate.com/api-reference/2025-04-01/webhooks/updateWebhook.md): Update a webhook - [API version 2026-05-01](https://docs.kausate.com/api-reference/2026-05-01.md): Historical snapshot of the Kausate API as of 2026-05-01. - [Async & Sync Processing](https://docs.kausate.com/api-reference/2026-05-01/async-sync.md): How Kausate handles async and sync data retrieval from government registries - [Extend Shareholder Graph](https://docs.kausate.com/api-reference/2026-05-01/company-data/extendShareholderGraph.md): Extend a completed shareholder graph by continuing its traversal deeper. Resumes from the referenced order's persisted state and extracts `additionalDepth` further ownership levels from its unexpanded frontier (or from the specific `extendNodeIds` if given). Charges once per extended node, at the extension SKU of that node's jurisdiction — for an exact, uncharged preview of the cost, call the sibling POST /v2/companies/shareholder-graph/{orderId}/extend/quote with the same body first. Returns a new async order; poll GET /v2/companies/shareholder-graph/{orderId} or subscribe via webhook. - [Extract Shareholder Graph](https://docs.kausate.com/api-reference/2026-05-01/company-data/extractShareholderGraph.md): Extract multi-level shareholder graph for a company. Poll GET /v2/companies/shareholder-graph/{orderId} or subscribe via webhook. - [Extract Shareholder Graph (sync)](https://docs.kausate.com/api-reference/2026-05-01/company-data/extractShareholderGraphSync.md): Extract a shareholder graph synchronously. Blocks for up to 300 seconds. Only `maxDepth=1` is supported for sync requests — deeper graphs exceed the 300s budget. Requests with `maxDepth>1` are rejected with 400; use the async `POST /v2/companies/shareholder-graph` endpoint for multi-level extraction. - [Extract Ultimate Beneficial Owners](https://docs.kausate.com/api-reference/2026-05-01/company-data/extractUBOs.md): Place an order to extract Ultimate Beneficial Owners. Poll GET /v2/companies/ubo/{orderId} or subscribe via webhook. - [Extract Ultimate Beneficial Owners (sync)](https://docs.kausate.com/api-reference/2026-05-01/company-data/extractUBOsSync.md): Extract Ultimate Beneficial Owners synchronously. Blocks for up to 300 seconds. - [Get Company Report Run](https://docs.kausate.com/api-reference/2026-05-01/company-data/getCompanyReportRun.md): Retrieve typed status for a company report run. - [Get Shareholder Graph Run](https://docs.kausate.com/api-reference/2026-05-01/company-data/getShareholderGraphRun.md): Retrieve typed status for a shareholder graph run. - [Get UBO Run](https://docs.kausate.com/api-reference/2026-05-01/company-data/getUBORun.md): Retrieve typed status for a UBO extraction run. - [Retrieve Company Report](https://docs.kausate.com/api-reference/2026-05-01/company-data/orderReport.md): Place an order for a structured company report. Poll GET /v2/companies/report/{orderId} or subscribe via webhook. - [Retrieve Company Report (sync)](https://docs.kausate.com/api-reference/2026-05-01/company-data/orderReportSync.md): Retrieve a company report synchronously. Blocks for up to 300 seconds. - [Publish Shareholder Graph](https://docs.kausate.com/api-reference/2026-05-01/company-data/publishShareholderGraph.md): Publish a completed shareholder-graph order behind an unguessable public URL. The returned `publicUrl` renders the same UBO studio visualization as the authenticated app. The slug is a capability token — anyone holding it can view the graph, so treat it like a secret. - [Quote Shareholder Graph Extension](https://docs.kausate.com/api-reference/2026-05-01/company-data/quoteShareholderGraphExtension.md): Quote what extending a completed shareholder graph would cost — before ordering. Takes the same body as POST /v2/companies/shareholder-graph/{orderId}/extend and resolves exactly which nodes that extension would extend, pricing each at your organization's effective credit price for the node's jurisdiction extension SKU. Nodes the extension would skip (and never charge) are listed under `excludedNodes` with the reason. No workflow is started and nothing is charged. If every requested node is excluded, `orderWouldFail` is `true`: an identical extend order would be accepted but then fail asynchronously instead of completing as a free no-op. - [Get Document Run](https://docs.kausate.com/api-reference/2026-05-01/documents/getDocumentRun.md): Retrieve typed status for a document retrieval run. - [Get List Documents Run](https://docs.kausate.com/api-reference/2026-05-01/documents/getListDocumentsRun.md): Retrieve typed status for a list-documents run. - [List Available Documents](https://docs.kausate.com/api-reference/2026-05-01/documents/listDocuments.md): Place an order to list documents available for a company. Poll GET /v2/companies/documents/list/{orderId} or subscribe via webhook. - [List Available Documents (sync)](https://docs.kausate.com/api-reference/2026-05-01/documents/listDocumentsSync.md): List all available documents for a company synchronously. Blocks for up to 300 seconds. - [Retrieve Company Document](https://docs.kausate.com/api-reference/2026-05-01/documents/retrieveDocument.md): Place a document retrieval order. Poll GET /v2/companies/documents/{orderId} or subscribe via webhook. - [Retrieve Company Document (sync)](https://docs.kausate.com/api-reference/2026-05-01/documents/retrieveDocumentSync.md): Retrieve a company document synchronously. Blocks for up to 300 seconds. - [Submit feedback](https://docs.kausate.com/api-reference/2026-05-01/feedback/submitFeedback.md): Submit API or integration-guide feedback: bugs, documentation errors, missing capabilities, or successes. AI assistants may submit directly. - [Get Financials Run](https://docs.kausate.com/api-reference/2026-05-01/financials/getFinancialsRun.md): Retrieve typed status for a financial statements run. - [Retrieve Financials](https://docs.kausate.com/api-reference/2026-05-01/financials/orderFinancials.md): Place an order for structured financial statements. Poll GET /v2/companies/finance/{orderId} or subscribe via webhook. - [Retrieve Financials (sync)](https://docs.kausate.com/api-reference/2026-05-01/financials/orderFinancialsSync.md): Retrieve structured financial statements synchronously. Blocks for up to 300 seconds. - [List Jurisdiction Capabilities](https://docs.kausate.com/api-reference/2026-05-01/jurisdictions/listJurisdictionCapabilities.md): 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. - [Create a monitor](https://docs.kausate.com/api-reference/2026-05-01/monitors/createMonitor.md): Start monitoring a company so registry changes are recorded as change events. - [Delete a monitor](https://docs.kausate.com/api-reference/2026-05-01/monitors/deleteMonitor.md): Delete a monitor and stop recording change events for it. - [Event taxonomy](https://docs.kausate.com/api-reference/2026-05-01/monitors/getEventTaxonomy.md): Returns the full event-code → category mapping plus the list of categories. Use this to route customer-side instead of hardcoding. - [Get monitor details](https://docs.kausate.com/api-reference/2026-05-01/monitors/getMonitor.md): Retrieve a single monitor's configuration and current status. - [List events for a monitor](https://docs.kausate.com/api-reference/2026-05-01/monitors/listMonitorEvents.md): List the change events recorded for a monitor, filtered by code, category or time range. - [Registered monitoring sources](https://docs.kausate.com/api-reference/2026-05-01/monitors/listMonitoringSources.md): Lists every monitoring source registered across all jurisdictions. - [List monitors](https://docs.kausate.com/api-reference/2026-05-01/monitors/listMonitors.md): List the monitors configured for your organization. - [List sources applicable to a company](https://docs.kausate.com/api-reference/2026-05-01/monitors/listMonitorSourcesForCompany.md): Lists the monitoring sources that apply to a specific company (filtered by jurisdiction and capability availability). - [Replay delivery for a change event](https://docs.kausate.com/api-reference/2026-05-01/monitors/replayMonitorEvent.md): Queue a previously recorded change event for redelivery. - [Prefill Company Data](https://docs.kausate.com/api-reference/2026-05-01/prefill/prefillCompany.md): Get company report data for form prefilling (indexed with real-time fallback). - [Autocomplete Companies (indexed)](https://docs.kausate.com/api-reference/2026-05-01/search/autocompleteCompanies.md): Fast type-ahead suggestions for company names. Returns up to 50 matching companies based on name prefix. - [Get Live Search Run](https://docs.kausate.com/api-reference/2026-05-01/search/getLiveSearchRun.md): Retrieve typed status for a live-search run. - [Search Companies](https://docs.kausate.com/api-reference/2026-05-01/search/liveSearchCompanies.md): Place a live company search order against official business registries. - [Search Companies (sync)](https://docs.kausate.com/api-reference/2026-05-01/search/liveSearchCompaniesSync.md): Search for companies synchronously. Blocks for up to 300 seconds. - [Create Webhook](https://docs.kausate.com/api-reference/2026-05-01/webhooks/createWebhook.md): Create a new webhook for the organization - [Delete Webhook](https://docs.kausate.com/api-reference/2026-05-01/webhooks/deleteWebhook.md): Delete a webhook - [Get Webhook](https://docs.kausate.com/api-reference/2026-05-01/webhooks/getWebhook.md): Get a specific webhook - [List Webhooks](https://docs.kausate.com/api-reference/2026-05-01/webhooks/listWebhooks.md): List all webhooks for the organization - [Rotate Webhook Signing Secret](https://docs.kausate.com/api-reference/2026-05-01/webhooks/rotateWebhookSigningSecret.md): Rotate a webhook signing secret with an automatic 24-hour overlap. - [Update Webhook](https://docs.kausate.com/api-reference/2026-05-01/webhooks/updateWebhook.md): Update a webhook - [Async & Sync Processing](https://docs.kausate.com/api-reference/async-sync.md): How Kausate handles async and sync data retrieval from government registries - [Extend Shareholder Graph](https://docs.kausate.com/api-reference/company-data/extendShareholderGraph.md): Extend a completed shareholder graph by continuing its traversal deeper. Resumes from the referenced order's persisted state and extracts `additionalDepth` further ownership levels from its unexpanded frontier (or from the specific `extendNodeIds` if given). Charges once per extended node, at the extension SKU of that node's jurisdiction — for an exact, uncharged preview of the cost, call the sibling POST /v2/companies/shareholder-graph/{orderId}/extend/quote with the same body first. Returns a new async order; poll GET /v2/companies/shareholder-graph/{orderId} or subscribe via webhook. - [Extract Shareholder Graph](https://docs.kausate.com/api-reference/company-data/extractShareholderGraph.md): Extract multi-level shareholder graph for a company. Poll GET /v2/companies/shareholder-graph/{orderId} or subscribe via webhook. - [Extract Shareholder Graph (sync)](https://docs.kausate.com/api-reference/company-data/extractShareholderGraphSync.md): Extract a shareholder graph synchronously. Blocks for up to 300 seconds. Only `maxDepth=1` is supported for sync requests — deeper graphs exceed the 300s budget. Requests with `maxDepth>1` are rejected with 400; use the async `POST /v2/companies/shareholder-graph` endpoint for multi-level extraction. - [Extract Ultimate Beneficial Owners](https://docs.kausate.com/api-reference/company-data/extractUBOs.md): Place an order to extract Ultimate Beneficial Owners. Poll GET /v2/companies/ubo/{orderId} or subscribe via webhook. - [Extract Ultimate Beneficial Owners (sync)](https://docs.kausate.com/api-reference/company-data/extractUBOsSync.md): Extract Ultimate Beneficial Owners synchronously. Blocks for up to 300 seconds. - [Get Company Report Run](https://docs.kausate.com/api-reference/company-data/getCompanyReportRun.md): Retrieve typed status for a company report run. - [Get Shareholder Graph Run](https://docs.kausate.com/api-reference/company-data/getShareholderGraphRun.md): Retrieve typed status for a shareholder graph run. - [Get UBO Run](https://docs.kausate.com/api-reference/company-data/getUBORun.md): Retrieve typed status for a UBO extraction run. - [Retrieve Company Report](https://docs.kausate.com/api-reference/company-data/orderReport.md): Place an order for a structured company report. Poll GET /v2/companies/report/{orderId} or subscribe via webhook. - [Retrieve Company Report (sync)](https://docs.kausate.com/api-reference/company-data/orderReportSync.md): Retrieve a company report synchronously. Blocks for up to 300 seconds. - [Publish Shareholder Graph](https://docs.kausate.com/api-reference/company-data/publishShareholderGraph.md): Publish a completed shareholder-graph order behind an unguessable public URL. The returned `publicUrl` renders the same UBO studio visualization as the authenticated app. The slug is a capability token — anyone holding it can view the graph, so treat it like a secret. - [Quote Shareholder Graph Extension](https://docs.kausate.com/api-reference/company-data/quoteShareholderGraphExtension.md): Quote what extending a completed shareholder graph would cost — before ordering. Takes the same body as POST /v2/companies/shareholder-graph/{orderId}/extend and resolves exactly which nodes that extension would extend, pricing each at your organization's effective credit price for the node's jurisdiction extension SKU. Nodes the extension would skip (and never charge) are listed under `excludedNodes` with the reason. No workflow is started and nothing is charged. If every requested node is excluded, `orderWouldFail` is `true`: an identical extend order would be accepted but then fail asynchronously instead of completing as a free no-op. - [Get Document Run](https://docs.kausate.com/api-reference/documents/getDocumentRun.md): Retrieve typed status for a document retrieval run. - [Get List Documents Run](https://docs.kausate.com/api-reference/documents/getListDocumentsRun.md): Retrieve typed status for a list-documents run. - [List Available Documents](https://docs.kausate.com/api-reference/documents/listDocuments.md): Place an order to list documents available for a company. Poll GET /v2/companies/documents/list/{orderId} or subscribe via webhook. - [List Available Documents (sync)](https://docs.kausate.com/api-reference/documents/listDocumentsSync.md): List all available documents for a company synchronously. Blocks for up to 300 seconds. - [Retrieve Company Document](https://docs.kausate.com/api-reference/documents/retrieveDocument.md): Place a document retrieval order. Poll GET /v2/companies/documents/{orderId} or subscribe via webhook. - [Retrieve Company Document (sync)](https://docs.kausate.com/api-reference/documents/retrieveDocumentSync.md): Retrieve a company document synchronously. Blocks for up to 300 seconds. - [Submit feedback](https://docs.kausate.com/api-reference/feedback/submitFeedback.md): Submit API or integration-guide feedback: bugs, documentation errors, missing capabilities, or successes. AI assistants may submit directly. - [Get Financials Run](https://docs.kausate.com/api-reference/financials/getFinancialsRun.md): Retrieve typed status for a financial statements run. - [Retrieve Financials](https://docs.kausate.com/api-reference/financials/orderFinancials.md): Place an order for structured financial statements. Poll GET /v2/companies/finance/{orderId} or subscribe via webhook. - [Retrieve Financials (sync)](https://docs.kausate.com/api-reference/financials/orderFinancialsSync.md): Retrieve structured financial statements synchronously. Blocks for up to 300 seconds. - [List Jurisdiction Capabilities](https://docs.kausate.com/api-reference/jurisdictions/listJurisdictionCapabilities.md): 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. - [Company Monitoring](https://docs.kausate.com/api-reference/monitors.md): Track changes to company data over time and receive webhook notifications when something changes. - [Create a monitor](https://docs.kausate.com/api-reference/monitors/createMonitor.md): Start monitoring a company so registry changes are recorded as change events. - [Delete a monitor](https://docs.kausate.com/api-reference/monitors/deleteMonitor.md): Delete a monitor and stop recording change events for it. - [Event taxonomy](https://docs.kausate.com/api-reference/monitors/getEventTaxonomy.md): Returns the full event-code → category mapping plus the list of categories. Use this to route customer-side instead of hardcoding. - [Get monitor details](https://docs.kausate.com/api-reference/monitors/getMonitor.md): Retrieve a single monitor's configuration and current status. - [List events for a monitor](https://docs.kausate.com/api-reference/monitors/listMonitorEvents.md): List the change events recorded for a monitor, filtered by code, category or time range. - [Registered monitoring sources](https://docs.kausate.com/api-reference/monitors/listMonitoringSources.md): Lists every monitoring source registered across all jurisdictions. - [List monitors](https://docs.kausate.com/api-reference/monitors/listMonitors.md): List the monitors configured for your organization. - [List sources applicable to a company](https://docs.kausate.com/api-reference/monitors/listMonitorSourcesForCompany.md): Lists the monitoring sources that apply to a specific company (filtered by jurisdiction and capability availability). - [Replay delivery for a change event](https://docs.kausate.com/api-reference/monitors/replayMonitorEvent.md): Queue a previously recorded change event for redelivery. - [Prefill Company Data](https://docs.kausate.com/api-reference/prefill/prefillCompany.md): Get company report data for form prefilling (indexed with real-time fallback). - [Autocomplete Companies (indexed)](https://docs.kausate.com/api-reference/search/autocompleteCompanies.md): Fast type-ahead suggestions for company names. Returns up to 50 matching companies based on name prefix. - [Get Live Search Run](https://docs.kausate.com/api-reference/search/getLiveSearchRun.md): Retrieve typed status for a live-search run. - [Search Companies](https://docs.kausate.com/api-reference/search/liveSearchCompanies.md): Place a live company search order against official business registries. - [Search Companies (sync)](https://docs.kausate.com/api-reference/search/liveSearchCompaniesSync.md): Search for companies synchronously. Blocks for up to 300 seconds. - [Webhooks](https://docs.kausate.com/api-reference/webhooks.md): Receive asynchronous order results securely and verify that each delivery came from Kausate. - [Create Webhook](https://docs.kausate.com/api-reference/webhooks/createWebhook.md): Create a new webhook for the organization - [Delete Webhook](https://docs.kausate.com/api-reference/webhooks/deleteWebhook.md): Delete a webhook - [Get Webhook](https://docs.kausate.com/api-reference/webhooks/getWebhook.md): Get a specific webhook - [List Webhooks](https://docs.kausate.com/api-reference/webhooks/listWebhooks.md): List all webhooks for the organization - [Rotate Webhook Signing Secret](https://docs.kausate.com/api-reference/webhooks/rotateWebhookSigningSecret.md): Rotate a webhook signing secret with an automatic 24-hour overlap. - [Update Webhook](https://docs.kausate.com/api-reference/webhooks/updateWebhook.md): Update a webhook ## Features - [Errors](https://docs.kausate.com/features/errors.md): The error body, the full status set, and the stable dotted error codes to branch on - [Financial Ratios](https://docs.kausate.com/features/financial-ratios.md): How Kausate computes ratios and memo lines from filed financial statements - [Monitoring & Webhooks](https://docs.kausate.com/features/monitoring.md): Watch a company for change and receive a webhook when something happens - [Sandbox (zz)](https://docs.kausate.com/features/sandbox.md): A synthetic jurisdiction for exercising every Kausate capability and testing webhook receivers against deterministic, free mock data ## Getting Started - [Getting Started](https://docs.kausate.com/getting-started.md): End-to-end guide for retrieving German company data ## Jurisdictions - [Austria (AT)](https://docs.kausate.com/jurisdictions/austria.md): Overview of Austrian company data coverage, registers, and legal forms - [Belgium (BE)](https://docs.kausate.com/jurisdictions/belgium.md): Overview of Belgian company data coverage, registers, and legal forms - [Finland (FI)](https://docs.kausate.com/jurisdictions/finland.md): Overview of Finnish company data coverage, registers, and legal forms - [France (FR)](https://docs.kausate.com/jurisdictions/france.md): Overview of French company data coverage, registers, and legal forms - [Germany (DE)](https://docs.kausate.com/jurisdictions/germany.md): Overview of German company data coverage, registers, and legal forms - [Ireland (IE)](https://docs.kausate.com/jurisdictions/ireland.md): Overview of Irish company data coverage, registers, and legal forms - [Italy (IT)](https://docs.kausate.com/jurisdictions/italy.md): Overview of Italian company data coverage, registers, and legal forms - [Luxembourg (LU)](https://docs.kausate.com/jurisdictions/luxembourg.md): Overview of Luxembourg company data coverage, registers, and legal forms - [Netherlands (NL)](https://docs.kausate.com/jurisdictions/netherlands.md): Overview of Dutch company data coverage, registers, and legal forms - [Norway (NO)](https://docs.kausate.com/jurisdictions/norway.md): Overview of Norwegian company data coverage, registers, and legal forms - [Poland (PL)](https://docs.kausate.com/jurisdictions/poland.md): Overview of Polish company data coverage, registers, and legal forms - [Portugal (PT)](https://docs.kausate.com/jurisdictions/portugal.md): Overview of Portuguese company data coverage, registers, and legal forms - [Spain (ES)](https://docs.kausate.com/jurisdictions/spain.md): Overview of Spanish company data coverage, registers, and legal forms - [Sweden (SE)](https://docs.kausate.com/jurisdictions/sweden.md): Overview of Swedish company data coverage, registers, and legal forms - [Switzerland (CH)](https://docs.kausate.com/jurisdictions/switzerland.md): Overview of Swiss company data coverage, registers, and legal forms - [United Kingdom (GB)](https://docs.kausate.com/jurisdictions/united-kingdom.md): Overview of UK company data coverage, registers, and legal forms