cURL
curl --request POST \
--url https://app.teable.ai/api/share/%7BshareId%7D/base/auth \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"string"}'{
"token": "<string>"
}base-share
Post share baseauth
Authenticate with password to access shared base
POST
/
share
/
{shareId}
/
base
/
auth
cURL
curl --request POST \
--url https://app.teable.ai/api/share/%7BshareId%7D/base/auth \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"string"}'{
"token": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Minimum string length:
3Response
201 - application/json
Successfully authenticated
Last modified on March 5, 2026
Was this page helpful?
⌘I

