POST
/
auth
/
send-change-email-code
curl --request POST \
  --url https://app.teable.io/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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
password
string
required

Response

200 - application/json
Send change email code successfully
token
string
required