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

Zluri Webhooks API

Manage webhooks for receiving real-time notifications from Zluri.

Zluri Webhooks API is one of 4 APIs that Zluri publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 12 JSON Schema definitions.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 12 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api-ext.zluri.com/v2.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Server
https://api-ext.zluri.com/v2
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Zluri Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token authentication. Obtain your API token from the Zluri admin dashboard.

Paths & Operations 5

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

Webhooks 5

Manage webhooks for receiving real-time notifications from Zluri.

GET
/webhooks
Zluri List Webhooks
listWebhooks → 200401429
POST
/webhooks
Zluri Create Webhook
createWebhook body → 201400401429
GET
/webhooks/{webhook_id}
Zluri Get Webhook
getWebhook 1 param → 200401404429
PUT
/webhooks/{webhook_id}
Zluri Update Webhook
updateWebhook 1 param body → 200400401404429
DELETE
/webhooks/{webhook_id}
Zluri Delete Webhook
deleteWebhook 1 param → 204401404429

Schemas 4

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

Webhook
object
6 properties
Error
object
2 properties
WebhookCreate
object
2 properties 2 required
WebhookUpdate
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zluri-webhooks-api-openapi.yml Raw ↑

Other APIs Zluri publishes across the network.

Zluri Data Upload API
Zluri Instances API
Zluri Syncs API