cURL
curl --request POST \
--url https://app.teable.ai/api/auth/join-waitlist \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"email":"user@example.com"}'{
"email": "jsmith@example.com"
}auth
Post authjoin waitlist
Join waitlist
POST
/
auth
/
join-waitlist
cURL
curl --request POST \
--url https://app.teable.ai/api/auth/join-waitlist \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"email":"user@example.com"}'{
"email": "jsmith@example.com"
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

