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

