Cadasto SMART on openEHR

A deliberately minimal OpenAPI document that acts as a discovery pointer to the SMART on openEHR specification for app launch, service discovery and third-party app authorization against a Cadasto tenant. It declares zero operations by design and points at the canonical specification rather than restating it.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cadasto-smart-on-openehr"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

cadasto-smart-on-openehr-openapi.json Raw ↑
{
  "openapi": "3.1.1",
  "info": {
    "title": "Cadasto SMART on openEHR (Reference)",
    "version": "1.0.0",
    "description": "This file provides a lightweight reference for SMART on openEHR within Cadasto.\nIt intentionally does not replicate the full specification. Instead, it points\nto the official SMART on openEHR documentation, which defines the canonical\nbehaviors, flows, and endpoints.\n\nUse this as a discovery pointer in documentation bundles or tooling that expects\nan OpenAPI document. For full details, refer to:\nhttps://specifications.openehr.org/releases/ITS-REST/development/smart_app_launch.html\n"
  },
  "servers": [
    {
      "url": "https://auth.customer.cadasto.io"
    }
  ],
  "paths": {},
  "x-ext-urls": {}
}