English
Send signup verification code
cURL
curl --request POST \ --url https://app.teable.io/api/auth/send-signup-verification-code \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"email":"user@example.com"}'
{ "token": "<string>", "expiresTime": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resend signup verification code successfully
The response is of type object.
object