Skip to main content
GET
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
Fetch Space
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId
Fetches a space by UUID. Returns full space details including membership permissions for the authenticated user, parent space, and child space previews.

Path Parameters

spaceId
string
required
UUID of the space.

Query Parameters

include
string
Optional. Pass "files" to include avatar and banner file objects.

Response

Returns a SpaceDetailed object including memberPermissions, parentSpace, and childSpaces.

Error Responses

{ "error": "Space not found.", "code": "space/not-found" }
See also: useFetchSpace