🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/plugin/%7Bid%7D/regenerate-secret \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "secret": "<string>" }
Regenerate a plugin secret
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the plugin.
Was this page helpful?