GET
/
access-token
/
{id}
curl --request GET \
  --url https://app.teable.io/api/access-token/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "scopes": [
    "<string>"
  ],
  "spaceIds": [
    "<string>"
  ],
  "baseIds": [
    "<string>"
  ],
  "expiredTime": "<string>",
  "createdTime": "<string>",
  "lastUsedTime": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
Returns access token.
id
string
required
name
string
required
scopes
string[]
required
expiredTime
string
required
createdTime
string
required
description
string
spaceIds
string[]
baseIds
string[]
lastUsedTime
string