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

Kibana short url API

Manage Kibana short URLs.

Kibana short url API is one of 60 APIs that Kibana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include short url. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3.

Requests are made against a single base URL, https://{kibana_url}.

4 operations 3 paths 1 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
Base URL
https://localhost:5601/api
Authentication
API Key, HTTP Basic
Contact
Kibana Team
Resource Areas
1

Authentication & Security 2

Kibana short url API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • apiKeyAuth — These APIs use key-based authentication. You must create an API key and use the encoded value in the request header. For example: Authorization: ApiKey base64A…

Paths & Operations 4

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

short url 4

Manage Kibana short URLs.

POST
/api/short_url
Create a short URL
post-url body → 200
GET
/api/short_url/_slug/{slug}
Resolve a short URL
resolve-url 1 param → 200
DELETE
/api/short_url/{id}
Delete a short URL
delete-url 1 param → 200
GET
/api/short_url/{id}
Get a short URL
get-url 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Short_URL_APIs_urlResponse (6 properties). Each schema is shown below with its type and property counts.

Short_URL_APIs_urlResponse
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kibana-short-url-api-openapi.yml Raw ↑

Other APIs Kibana publishes across the network.

Kibana Actions API
Kibana agent builder API
Kibana alerting API
Kibana APM agent configuration API
Kibana APM agent keys API
Kibana APM annotations API
Kibana APM server schema API
Kibana APM sourcemaps API
Kibana cases API
Kibana connectors API
Kibana Data streams API
Kibana data views API