Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

tableId
string
required
viewId
string
required

Response

201 - application/json

Returns successfully enable view share

shareId
string
required

The share id of the view. Use it to access the shared view at ${endpoint}/share/{shareId}/view (e.g. https://app.teable.ai/share/shrH7kunpHv8U9kfZyD/view).

Last modified on September 15, 2026