English
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/table/{tableId}/plugin-context-menu \ --header 'Authorization: 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
Was this page helpful?