🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/table/%7BtableId%7D/view/%7BviewId%7D/refresh-share-id \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "shareId": "<string>" }
Refresh view share id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns successfully refreshed view share id
Was this page helpful?