KausateKausate Docs
Api referenceJurisdictions

List Jurisdiction Capabilities

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.

GET
/v2/platform/jurisdictions
X-API-Key<token>

Sign up at Kausate.com to get an API key

In: header

Header Parameters

Kausate-Version?string
Default"2026-05-01"
Formatdate

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.kausate.com/v2/platform/jurisdictions" \  -H "Kausate-Version: 2026-05-01"
{
  "property1": {
    "name": "string",
    "capabilities": {
      "property1": {
        "status": "live",
        "enabled": true,
        "subcapabilities": {
          "property1": {
            "status": "live",
            "enabled": true
          },
          "property2": {
            "status": "live",
            "enabled": true
          }
        }
      },
      "property2": {
        "status": "live",
        "enabled": true,
        "subcapabilities": {
          "property1": {
            "status": "live",
            "enabled": true
          },
          "property2": {
            "status": "live",
            "enabled": true
          }
        }
      }
    },
    "documents": [
      {
        "code": "string",
        "name": "string",
        "description": "string",
        "status": "live",
        "shortcuts": [
          "annual_accounts"
        ],
        "requiresDocumentId": true
      }
    ],
    "sources": [
      {
        "slug": "string",
        "name": "string",
        "type": "selfDeclaration",
        "officialWebsite": "string",
        "managingAuthority": "string",
        "status": "string"
      }
    ]
  },
  "property2": {
    "name": "string",
    "capabilities": {
      "property1": {
        "status": "live",
        "enabled": true,
        "subcapabilities": {
          "property1": {
            "status": "live",
            "enabled": true
          },
          "property2": {
            "status": "live",
            "enabled": true
          }
        }
      },
      "property2": {
        "status": "live",
        "enabled": true,
        "subcapabilities": {
          "property1": {
            "status": "live",
            "enabled": true
          },
          "property2": {
            "status": "live",
            "enabled": true
          }
        }
      }
    },
    "documents": [
      {
        "code": "string",
        "name": "string",
        "description": "string",
        "status": "live",
        "shortcuts": [
          "annual_accounts"
        ],
        "requiresDocumentId": true
      }
    ],
    "sources": [
      {
        "slug": "string",
        "name": "string",
        "type": "selfDeclaration",
        "officialWebsite": "string",
        "managingAuthority": "string",
        "status": "string"
      }
    ]
  }
}
{
  "detail": "Invalid API key"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
{
  "detail": "Internal server error"
}

Last updated on