English
cURL
curl --request GET \ --url https://app.teable.io/api/table/%7BtableId%7D/plugin-context-menu \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "pluginInstallId": "<string>", "name": "<string>", "pluginId": "<string>", "logo": "<string>", "order": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns a list of plugins
The response is of type object[].
object[]