Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Keboola SUPER - Features API

Manage feature flags and assign features to projects, users or organizations.

Keboola SUPER - Features API is one of 79 APIs that Keboola publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SUPER - Features. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 14 operations across 10 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against the base URL https://connection.keboola.com/v2/storage.

14 operations 10 paths 8 schemas 4 DELETE5 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://connection.keboola.com/v2/storage
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Keboola SUPER - Features API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-StorageApi-Token (ApiKeyAuth).

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 4 DELETE, 5 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

SUPER - Features 14

Manage feature flags and assign features to projects, users or organizations.

GET
/manage/features/{id}/admins
Retrieve feature users
get_/manage/features/{id}/admins::FeatureAdminListAction 1 param → 200401403404
GET
/manage/features
Retrieve all features
get_/manage/features::FeatureListAction 1 param body → 200401422
POST
/manage/featuresdeprecated
Create a feature
post_/manage/features::FeatureCreateAction body → 201401403422
GET
/manage/features/{id}
Retrieve one feature
get_/manage/features/{id}::FeatureDetailAction 1 param → 200401404
DELETE
/manage/features/{id}
Delete a feature
delete_/manage/features/{id}::FeatureDeleteAction 1 param → 204401403404
PATCH
/manage/features/{id}
Update a feature
patch_/manage/features/{id}::FeatureUpdateAction 1 param body → 200401403404422
GET
/manage/features/{id}/projects
Retrieve feature projects
get_/manage/features/{id}/projects::FeatureProjectListAction 1 param → 200401403404
GET
/manage/project-templates/{templateId}/features
List features
get_/manage/project-templates/{templateId}/features::ProjectTemplateListFeaturesAction 1 param → 200401403404
POST
/manage/project-templates/{templateId}/features
Add a feature
post_/manage/project-templates/{templateId}/features::ProjectTemplateAddFeatureAction 1 param body → 201401403404422
DELETE
/manage/project-templates/{templateId}/features/{featureName}
Remove a feature
delete_/manage/project-templates/{templateId}/features/{featureName}::ProjectTemplateRemoveFeatureAction 2 params → 204401403400404
POST
/manage/projects/{projectId}/features
Add a project feature
post_/manage/projects/{projectId}/features::ProjectAddFeatureAction 1 param body → 200401403404422
DELETE
/manage/projects/{projectId}/features/{feature}
Remove a project feature
delete_/manage/projects/{projectId}/features/{feature}::ProjectRemoveFeatureAction 2 params → 204401403404422
POST
/manage/users/{idOrEmail}/features
Add a user feature
post_/manage/users/{idOrEmail}/features::UserAddFeatureAction 1 param body → 200401403404422
DELETE
/manage/users/{idOrEmail}/features/{featureName}
Remove a user feature
delete_/manage/users/{idOrEmail}/features/{featureName}::UserRemoveFeatureAction 2 params → 200401403404422

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ProjectResponse (27 properties), FeatureResponse (8 properties), UserResponse (7 properties), FeatureCreateRequest (6 properties). Each schema is shown below with its type and property counts.

AssignFeatureRequest
object
1 property 1 required
FeatureCreateRequest
object
6 properties 4 required
UserResponse
object
7 properties 7 required
FeatureUpdateRequest
object
4 properties
ProjectResponse
object
27 properties 21 required
FeatureResponse
object
8 properties 8 required
FeatureListRequest
object
1 property
FeatureListResponse
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keboola-super-features-api-openapi.yml Raw ↑

Other APIs Keboola publishes across the network.

Keboola Actions API
Keboola Admin Apps API
Keboola Admin Stacks API
Keboola Admin Users API
Keboola Admin Vendors API
Keboola App API
Keboola Auth API
Keboola Authorize API
Keboola Branch metadata API
Keboola Buckets API
Keboola Columns API
Keboola Component Configuration Metadata API