简体中文
Get the OAuth application
cURL
curl --request GET \ --url https://app.teable.cn/api/oauth/decision/%7BtransactionId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "name": "<string>", "description": "<string>", "homepage": "<string>", "logo": "<string>", "scopes": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the OAuth application
The response is of type object.
object