🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Refresh/regenerate a base share link ID
cURL
curl --request POST \ --url https://app.teable.ai/api/base/%7BbaseId%7D/share/%7BshareId%7D/refresh \ --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 refreshed base share
Was this page helpful?