Fetch User Spaces
Space Endpoints
Fetch User Spaces
Get spaces the authenticated user is a member of
GET
Fetch User Spaces
Returns a paginated list of spaces where the authenticated user has an active membership, along with their membership details for each space.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Page number. Defaults to
1.Results per page. Max
100.Filter by role. Single value (
"admin", "moderator", "member") or comma-separated list (e.g. "admin,moderator").Optional comma-separated includes. Pass
"files" to include avatar and banner file objects on each space.Pass
"true" to return all memberships without pagination. When used, the response omits the pagination field.Response
Each item contains a
space and a membership object.Standard pagination metadata.

