Skip to main content
GET
/
base
/
{baseId}
/
share
cURL
curl --request GET \
  --url https://app.teable.ai/api/base/%7BbaseId%7D/share \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "nodeId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required

Response

200 - application/json

Returns list of shared node IDs

nodeId
string
required
Last modified on March 5, 2026