curl -X GET 'https://app-be.thesis.io/api/v1/integration/spaces/space_123/sections' \ -H 'Authorization: Bearer YOUR_SPACE_API_TOKEN'
Copy
{ "status": "Get space sections success", "data": []}
spaces
Get Space Sections
Retrieves all sections within a specific space. Sections are organizational units within spaces that help categorize conversations and content. Requires valid space access permissions.
GET
/
api
/
v1
/
integration
/
spaces
/
{space_id}
/
sections
cURL
Copy
curl -X GET 'https://app-be.thesis.io/api/v1/integration/spaces/space_123/sections' \ -H 'Authorization: Bearer YOUR_SPACE_API_TOKEN'
Copy
{ "status": "Get space sections success", "data": []}