🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get 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" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get waitlist successfully
Was this page helpful?