GET
/
oauth
/
client
/
authorized
/
list
curl --request GET \
  --url https://app.teable.io/api/oauth/client/authorized/list \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "clientId": "<string>",
    "name": "<string>",
    "homepage": "<string>",
    "logo": "<string>",
    "description": "<string>",
    "scopes": [
      "<string>"
    ],
    "lastUsedTime": "<string>",
    "createdUser": {
      "name": "<string>",
      "email": "jsmith@example.com"
    }
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Returns the list of authorized applications
clientId
string
required
name
string
required
homepage
string
required
createdUser
object
required
description
string
scopes
string[]
lastUsedTime
string