cURL
curl --request GET \
--url https://app.teable.ai/api/space \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"id": "<string>",
"name": "<string>",
"organization": {
"id": "<string>",
"name": "<string>"
}
}
]space
Get space list
Get space list by query
GET
/
space
cURL
curl --request GET \
--url https://app.teable.ai/api/space \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"id": "<string>",
"name": "<string>",
"organization": {
"id": "<string>",
"name": "<string>"
}
}
]授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

