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 - Storage Backends Management API

Manage Snowflake, BigQuery and other storage backends used by projects.

Keboola SUPER - Storage Backends Management 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 - Storage Backends Management. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

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

9 operations 6 paths 9 schemas 1 DELETE2 GET2 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 - Storage Backends Management API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-StorageApi-Token (ApiKeyAuth).

Paths & Operations 9

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

SUPER - Storage Backends Management 9

Manage Snowflake, BigQuery and other storage backends used by projects.

POST
/manage/storage-backend/{backendId}/activate
Activate Snowflake backend
post_/manage/storage-backend/{backendId}/activate::StorageBackendActivateAction 1 param → 200400401403404
POST
/manage/storage-backend/snowflake
Create a new Snowflake backend with certificate authentication
post_/manage/storage-backend/snowflake::StorageBackendCreateAction body → 200400401403
GET
/manage/storage-backend
List backends
get_/manage/storage-backend::StorageBackendListAction → 200401403
POST
/manage/storage-backenddeprecated
Create storage backend credentials
post_/manage/storage-backend::StorageBackendCreateAction → 200400409
POST
/manage/storage-backend/bigquery
Create a new BigQuery backend
post_/manage/storage-backend/bigquery::StorageBackendCreateBigqueryAction body → 200422401403
GET
/manage/storage-backend/{id}
Backend detail
get_/manage/storage-backend/{id}::StorageBackendDetailAction 1 param → 200401403404
DELETE
/manage/storage-backend/{id}
Delete backend
delete_/manage/storage-backend/{id}::StorageBackendDeleteAction 1 param → 204400401403404
PATCH
/manage/storage-backend/{id}
Update backend
patch_/manage/storage-backend/{id}::StorageBackendUpdateAction 1 param body → 200400401403404
PATCH
/manage/storage-backend/{id}/bigquery
Update BigQuery storage backend credentials
patch_/manage/storage-backend/{id}/bigquery::StorageBackendUpdateBigqueryAction 1 param body → 200400404403

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are CreateSnowflakeStorageBackendResponse (20 properties), StorageBackendDetailResponse (19 properties), StorageBackendResponse (15 properties), CreateSnowflakeBackendWithCertRequest (11 properties). Each schema is shown below with its type and property counts.

StorageBackendBigqueryResponse
object
9 properties 6 required
StorageBackendListResponse
array
CreateSnowflakeBackendWithCertRequest
object
11 properties 6 required
StorageBackendCreateBigqueryRequest
object
Create a new BigQuery storage backend by providing GCP service-account credentials and folder.
6 properties 5 required
StorageBackendResponse
object
15 properties 5 required
StorageBackendUpdateRequest
object
Partial update of a storage backend; at least one of username, password, useDynamicBackends, owner, technicalOwner or technicalOwnerContactEmails must be suppl…
7 properties
StorageBackendUpdateBigqueryRequest
object
Update BigQuery storage backend settings. At least one parameter must be provided.
4 properties
CreateSnowflakeStorageBackendResponse
object
20 properties 19 required
StorageBackendDetailResponse
object
19 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keboola-super-storage-backends-management-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