🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get a base share by node ID
cURL
curl --request GET \ --url https://app.teable.ai/api/base/%7BbaseId%7D/share/node/%7BnodeId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "baseId": "<string>", "shareId": "<string>", "password": true, "nodeId": "<string>", "allowSave": true, "allowCopy": true, "enabled": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the base share for the specified node
Was this page helpful?