cURL
curl --request GET \
--url https://app.teable.ai/api/auth/temp-token \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"accessToken": "<string>",
"expiresTime": "<string>"
}auth
Get authtemp token
Get temp token
GET
/
auth
/
temp-token
cURL
curl --request GET \
--url https://app.teable.ai/api/auth/temp-token \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"accessToken": "<string>",
"expiresTime": "<string>"
}Last modified on March 5, 2026
Was this page helpful?
⌘I

