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>"
}最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

