cURL
curl --request GET \
--url https://app.teable.ai/api/auth/waitlist \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"email": "jsmith@example.com",
"invite": true,
"inviteTime": "2023-12-25",
"createdTime": "2023-12-25"
}
]auth
Get authwaitlist
Get waitlist
GET
/
auth
/
waitlist
cURL
curl --request GET \
--url https://app.teable.ai/api/auth/waitlist \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"email": "jsmith@example.com",
"invite": true,
"inviteTime": "2023-12-25",
"createdTime": "2023-12-25"
}
]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

