cURL
curl --request GET \
--url https://app.teable.ai/api/share/%7BshareId%7D/base \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"baseId": "<string>",
"shareMeta": {
"password": true,
"nodeId": "<string>",
"allowSave": true,
"allowCopy": true
},
"defaultUrl": "<string>"
}base-share
Get share base
Get shared base information
GET
/
share
/
{shareId}
/
base
cURL
curl --request GET \
--url https://app.teable.ai/api/share/%7BshareId%7D/base \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"baseId": "<string>",
"shareMeta": {
"password": true,
"nodeId": "<string>",
"allowSave": true,
"allowCopy": true
},
"defaultUrl": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

