cURL
curl --request POST \
--url https://app.teable.ai/api/auth/send-reset-password-email \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"email":"user@example.com"}'auth
Post authsend reset password email
Send reset password email
POST
/
auth
/
send-reset-password-email
cURL
curl --request POST \
--url https://app.teable.ai/api/auth/send-reset-password-email \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"email":"user@example.com"}'Last modified on March 5, 2026
Was this page helpful?
⌘I

