跳转到主要内容
POST
/
oauth
/
client
/
{clientId}
/
secret
cURL
curl --request POST \
  --url https://app.teable.ai/api/oauth/client/%7BclientId%7D/secret \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "id": "<string>",
  "secret": "<string>",
  "maskedSecret": "<string>",
  "lastUsedTime": "<string>"
}

授权

Authorization
string
header
必填

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

路径参数

clientId
string
必填

响应

201 - application/json

Returns the generated OAuth secret

id
string
必填
secret
string
必填
maskedSecret
string
必填
lastUsedTime
string
Last modified on March 5, 2026