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

The Spaces API from Kibana — 7 operation(s) for spaces.

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

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

This API exposes 10 operations across 7 paths. It is described by OpenAPI 3.0.3.

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

10 operations 7 paths 0 schemas 1 DELETE2 GET6 POST1 PUT

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 Spaces 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 10

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

Spaces 10
POST
/api/spaces/_resolve_copy_saved_objects_errors
Resolve conflicts copying saved objects
post-spaces-resolve-copy-saved-objects-errors 1 param body → 200
POST
/api/spaces/_copy_saved_objects
Copy saved objects between spaces
post-spaces-copy-saved-objects 1 param body → 200
POST
/api/spaces/_disable_legacy_url_aliases
Disable legacy URL aliases
post-spaces-disable-legacy-url-aliases 1 param body → 204
POST
/api/spaces/_get_shareable_references
Get shareable references
post-spaces-get-shareable-references 1 param body → 200
POST
/api/spaces/_update_objects_spaces
Update saved objects in spaces
post-spaces-update-objects-spaces 1 param body → 200
GET
/api/spaces/space
Get all spaces
get-spaces-space 2 params → 200
POST
/api/spaces/space
Create a space
post-spaces-space 1 param body → 200
DELETE
/api/spaces/space/{id}
Delete a space
delete-spaces-space-id 2 params → 204404
GET
/api/spaces/space/{id}
Get a space
get-spaces-space-id 1 param → 200
PUT
/api/spaces/space/{id}
Update a space
put-spaces-space-id 2 params body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kibana-spaces-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