Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns all spaces associated with the currently authenticated user. Unlike the trending and recommended endpoints, this includes private spaces the user owns or has joined.Endpoint
Requires authentication. Include a Bearer token in the
Authorization header.Request
This endpoint has no query parameters or path parameters.Response
Returns an array ofSpace objects. Both public and private spaces owned or joined by the user are included.
Unique identifier for the space.
Display title of the space.
Short description of the space.
Visibility of the space. Can be
"public" or "private".The user who created the space.
Number of participants currently in the space.
Tags associated with the space.
Example
TypeScript
