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

The Events API from Keboola — 5 operation(s) for events.

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

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

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

7 operations 5 paths 3 schemas 4 GET3 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 Events API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-StorageApi-Token (ApiKeyAuth).

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 4 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Events 7
POST
/events/{eventName}
Notify the service about an event
postEvent 1 param body → 202400401
GET
/v2/storage/branch/{branchId}/events
List events
get_/v2/storage/branch/{branchId}/events::EventsListAction 9 params → 200400
POST
/v2/storage/branch/{branchId}/events
Create event
post_/v2/storage/branch/{branchId}/events::CreateEventAction 1 param body → 201400
GET
/v2/storage/events
List events
get_/v2/storage/events::EventsListAction 8 params → 200400
POST
/v2/storage/events
Create event
post_/v2/storage/events::CreateEventAction body → 201400
GET
/v2/storage/branch/{branchId}/events/{eventId}
Get event detail
get_/v2/storage/branch/{branchId}/events/{eventId}::EventDetailAction 2 params → 200404400403
GET
/v2/storage/events/{eventId}
Get event detail
get_/v2/storage/events/{eventId}::EventDetailAction 1 param → 200404400403

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed is Error (4 properties). Each schema is shown below with its type and property counts.

Error
object
4 properties 3 required
EventName
string
CreateEventRequest
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keboola-events-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