跳转到主要内容
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>"
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

shareId
string
必填

响应

200 - application/json

Returns the shared base information

baseId
string
必填
shareMeta
object
必填
defaultUrl
string
Last modified on March 5, 2026