English
Generate a new OAuth secret
cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the generated OAuth secret
The response is of type object.
object