Overview

This API is currently in BETA and subject to ongoing development. Functionality and structure may evolve as we continue to refine and enhance the service. We welcome your feedback and encourage you to report issues or suggestions to the Decube team at support@decube.io.

Structure

Decube provides two API groups

  • Data API

  • Control API

Data API

These are APIs related to interacting with data within a customer's Data Plane

Control API

These are APIs related to interacting with data within the Decube Control Plane

Authentication

Request must include X-Decube-Api-Keyin the request headers to authenticate. See how to generate API keys.

Example

curl -H 'X-Decube-Api-Key: YOUR_API_KEYS` https://connect.decube.io/api/v1/data/catalog/glossary

Versioning

Current API version is V1 which is a BETA version. This endpoint WILL be deprecated and moved to V2 once it is available for General Availability.

Rate Limit

Currently, no hard limit is enforced. Rate limit WILL be enforced in the future.

Last updated