GET
/
auth
/
temp-token
curl --request GET \
  --url https://app.teable.io/api/auth/temp-token \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "accessToken": "<string>",
  "expiresTime": "<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 temp token successfully
accessToken
string
required
expiresTime
string
required