Get a space Beta
Path parameters
-
The space identifier.
GET
/api/spaces/space/{id}
curl \
-X GET https://<KIBANA_URL>/api/spaces/space/{id}
Response examples (200)
{
"id": "marketing",
"name": "Marketing",
"color": null,
"imageUrl": "",
"initials": "MK",
"solution": "es",
"description": "This is the Marketing Space",
"disabledFeatures": []
}