Skip to main content
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>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

shareId
string
required

Response

200 - application/json

Returns the shared base information

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