POST
/
share
/
{shareId}
/
view
/
auth
curl --request POST \
  --url https://app.teable.io/api/share/%7BshareId%7D/view/auth \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"password":"string"}'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

shareId
string
required

Body

application/json
password
string
required
Minimum length: 3

Response

201 - application/json
Successfully authenticated
token
string
required