简体中文
Get waitlist
cURL
curl --request GET \ --url https://app.teable.cn/api/auth/waitlist \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "email": "jsmith@example.com", "invite": true, "inviteTime": "<string>", "createdTime": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get waitlist successfully
The response is of type object[].
object[]