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
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"
}
]Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
此页面对您有帮助吗?