Kaedim Webhooks API
Register a webhook endpoint and obtain a JWT
Kaedim Webhooks API is one of 4 APIs that Kaedim publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, an AsyncAPI specification, and authentication docs.
This API exposes 1 operation across 1 path. It is described by OpenAPI 3.1.0, at version v1.
Requests are made against a single base URL, https://api.kaedim3d.com/api/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Kaedim Webhooks API declares
2 security schemes
for authenticating requests.
An API key is passed in the header as X-API-Key (ApiKeyAuth).
It accepts HTTP bearer tokens (JWT) (BearerAuth).
By default, every request must be authenticated.
ApiKeyAuth— Enterprise API key from Settings API Keys in the Kaedim app.BearerAuth— JWT obtained via /registerHook, refreshed via /refreshJWT every 12 hours.
Paths & Operations 1
Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.
Register a webhook endpoint and obtain a JWT
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Kaedim 3
Other APIs Kaedim publishes across the network.