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