cURL
curl --request PATCH \
--url https://app.teable.ai/api/auth/change-password \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"stringst","newPassword":"stringst"}'auth
Patch authchange password
Change password
PATCH
/
auth
/
change-password
cURL
curl --request PATCH \
--url https://app.teable.ai/api/auth/change-password \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"password":"stringst","newPassword":"stringst"}'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201
Change password successfully
Last modified on March 5, 2026
Was this page helpful?
⌘I

