Skip to main content
GET
/
api
/
v1
/
integration
/
spaces
cURL
curl -X GET 'https://app-be.thesis.io/api/v1/integration/spaces?offset=0&limit=10&title=AI%20Research' \
  -H 'Authorization: Bearer YOUR_SPACE_API_TOKEN'
{
  "status": "Get list spaces success",
  "data": [],
  "pagination": {
    "offset": 0,
    "limit": 10,
    "total": 25,
    "has_more": true
  }
}

Authorizations

Authorization
string
header
required

Enter your API token in the format: Bearer <your_token_here>

Query Parameters

offset
integer
default:0
limit
integer
default:10
title
string | null

Response

Spaces retrieved successfully

status
string
required

Response status message

Example:

"Get list spaces success"

data
SpaceListItem · object[]

List of spaces matching the request

pagination
PaginationInfo · object

Pagination information for the results