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

