Plugins
Execute a plugin via GET (must be enabled per plugin)
This endpoint is disabled by default. To enable it for a given plugin, set allow_get_invocation: true in the plugin configuration.
When invoked via GET:
- params is an empty object ({})
- query parameters are passed to the plugin handler via context.query
- wildcard route routing is supported the same way as POST (see doc_call_plugin)
- Use the route query parameter or append the route to the URL path
get/api/v1/plugins/{plugin_id}/call
Path parameters
plugin_idstring required
The unique identifier of the plugin
Query parameters
routestring
Optional route suffix for custom routing (e.g., '/verify'). Alternative to appending the route to the URL path.
Response
Plugin call successful