GET
/
oauth
/
decision
/
{transactionId}
curl --request GET \
  --url https://app.teable.io/api/oauth/decision/%7BtransactionId%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "name": "<string>",
  "description": "<string>",
  "homepage": "<string>",
  "logo": "<string>",
  "scopes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

transactionId
string
required

Response

200 - application/json
Returns the OAuth application
name
string
required
homepage
string
required
description
string
scopes
string[]