GET
/
auth
/
waitlist
shell
curl --request GET \
  --url https://app.teable.ai/api/auth/waitlist \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "email": "jsmith@example.com",
    "invite": true,
    "inviteTime": "<string>",
    "createdTime": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Get waitlist successfully

The response is of type object[].