GET
/
access-token
curl --request GET \
  --url https://app.teable.io/api/access-token \
  --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.

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