简体中文
Get a plugin in plugin panel
cURL
curl --request GET \ --url https://app.teable.cn/api/table/%7BtableId%7D/plugin-panel/%7BpluginPanelId%7D/plugin/%7BpluginInstallId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "name": "<string>", "tableId": "<string>", "pluginId": "<string>", "pluginInstallId": "<string>", "storage": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the plugin.
The response is of type object.
object