Path parameters

  • id string Required

    The space identifier.

Responses

  • 200 application/json

    Indicates a successful call.

GET /api/spaces/space/{id}
curl \ --request GET 'https://localhost:5601/api/spaces/space/{id}' \ --header "Authorization: $API_KEY"
Response examples (200)
{ "id": "marketing", "name": "Marketing", "color": null, "imageUrl": "", "initials": "MK", "solution": "es", "description": "This is the Marketing Space", "disabledFeatures": [] }