CDAP Microservices API

The CDAP HTTP RESTful API, documented as "Microservices". All endpoints sit under a /v3 path prefix on a self-hosted CDAP router (default port 11015, or 10443 when SSL is enabled), and are scoped by namespace (/v3/namespaces//...). When security is enabled every call must carry an Authorization: Bearer header issued by the CDAP authentication server.

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/cdap-microservices"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

API entry from apis.yml

apis.yml Raw ↑
aid: cask:cdap-microservices
name: CDAP Microservices API
description: 'The CDAP HTTP RESTful API, documented as "Microservices". All endpoints sit under a /v3
  path prefix on a self-hosted CDAP router (default port 11015, or 10443 when SSL is enabled), and are
  scoped by namespace (/v3/namespaces/<namespace-id>/...). When security is enabled every call must carry
  an Authorization: Bearer <access-token> header issued by the CDAP authentication server.'
humanURL: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692124/Microservices+Introduction
baseURL: http://localhost:11015/v3
x-deployment: self-hosted
x-base-url-note: CDAP is self-hosted software; there is no vendor-operated public API host. The documented
  base URL is http://<host>:<port> where port defaults to 11015 (router.bind.port), or 10443 when SSL
  is enabled (router.ssl.server.port). localhost:11015 is the value CDAP's own documentation uses in its
  curl examples.
tags:
- CDAP
- REST
- Microservices
properties:
- type: Documentation
  url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477593807/CDAP+Microservices+Guide
- type: APIReference
  url: https://cdap.atlassian.net/wiki/spaces/DOCS/pages/477692124/Microservices+Introduction
- type: Authentication
  url: authentication/cask-authentication.yml
- type: ErrorCatalog
  url: errors/cask-problem-types.yml