Get a space
Headers
-
elastic-api-version string
The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
.
Path parameters
-
The space identifier.
GET /api/spaces/space/{id}
curl \
-X GET https://localhost:5601/api/spaces/space/{id} \
-H "elastic-api-version: 2023-10-31"
Response examples (200)
{
"id": "marketing",
"name": "Marketing",
"color": null,
"imageUrl": "",
"initials": "MK",
"solution": "es",
"description": "This is the Marketing Space",
"disabledFeatures": []
}