cURL
curl --request GET \
--url https://app.teable.ai/api/oauth/decision/%7BtransactionId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"name": "<string>",
"homepage": "<string>",
"description": "<string>",
"logo": "<string>",
"scopes": [
"<string>"
]
}oauth
Get oauthdecision
Get the OAuth application
GET
/
oauth
/
decision
/
{transactionId}
cURL
curl --request GET \
--url https://app.teable.ai/api/oauth/decision/%7BtransactionId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"name": "<string>",
"homepage": "<string>",
"description": "<string>",
"logo": "<string>",
"scopes": [
"<string>"
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Last modified on March 5, 2026
Was this page helpful?
⌘I

