Skip to main content
GET
/
api
/
v1
/
integration
/
spaces
/
{space_id}
/
sections
cURL
curl -X GET 'https://app-be.thesis.io/api/v1/integration/spaces/space_123/sections' \
  -H 'Authorization: Bearer YOUR_SPACE_API_TOKEN'
{
  "status": "Get space sections success",
  "data": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

space_id
string
required

Response

Space sections retrieved successfully

status
string
required

Response status message

Example:

"Get space sections success"

data
SpaceSection · object[] | null

List of sections in the space