cURL
curl --request POST \
--url https://app.teable.ai/api/auth/add-password \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"stringst"}'auth
Post authadd password
Add password
POST
/
auth
/
add-password
cURL
curl --request POST \
--url https://app.teable.ai/api/auth/add-password \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"stringst"}'Last modified on March 5, 2026
Was this page helpful?
⌘I

