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 App API

App (component) management for a vendor.

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

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

This API exposes 12 operations across 9 paths, and defines 2 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.

12 operations 9 paths 2 schemas 1 DELETE5 GET1 PATCH5 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 App API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-StorageApi-Token (ApiKeyAuth).

Paths & Operations 12

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

App 12

App (component) management for a vendor.

POST
/vendors/{vendor}/apps
Create app
1 param body → 201
GET
/vendors/{vendor}/apps
List all vendor apps
3 params → 200
PATCH
/vendors/{vendor}/apps/{app}
Update app
2 params body → 200
DELETE
/vendors/{vendor}/apps/{app}
Delete app
2 params → 200
GET
/vendors/{vendor}/apps/{app}
Get app detail
2 params → 200
POST
/vendors/{vendor}/apps/{app}/deprecate
Deprecate app
2 params body → 200
POST
/vendors/{vendor}/apps/{app}/icon
Generate link for icon upload
2 params → 200
POST
/vendors/{vendor}/apps/{app}/publish
Request publishing
2 params → 200
GET
/vendors/{vendor}/apps/{app}/versions
List versions
4 params → 200
GET
/vendors/{vendor}/apps/{app}/versions/{version}
Get version detail
3 params → 200
POST
/vendors/{vendor}/apps/{app}/versions/{version}/rollback
Rollback version
3 params → 201
GET
/vendors/{vendor}/apps/{app}/repository
Get ECR repository credentials
2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are App (10 properties), Version (3 properties). Each schema is shown below with its type and property counts.

Version
object
3 properties
App
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keboola-app-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 Auth API
Keboola Authorize API
Keboola Branch metadata API
Keboola Buckets API
Keboola Columns API
Keboola Component Configuration Metadata API
Keboola Component Configuration Row Versions API