POST
/
oauth
/
client
/
{clientId}
/
secret
curl --request POST \
  --url https://app.teable.io/api/oauth/client/%7BclientId%7D/secret \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "id": "<string>",
  "secret": "<string>",
  "maskedSecret": "<string>",
  "lastUsedTime": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required

Response

201 - application/json
Returns the generated OAuth secret
id
string
required
secret
string
required
maskedSecret
string
required
lastUsedTime
string