Manage existing plugins
Manage your plugins
In the Computing console, in the Plugin section, you can find all the plugins created by the selected organisation. Note that mediarithmics plugins aren't displayed in the list even if you can access them in Navigator.
Retrieving Plugin Information
Via API
To fetch details of a specific plugin, use:
GET
https://api.mediarithmics.com/v1/plugins/:plugin_id
Path parameters
plugin_id
string
The id of the plugin to retrieve
Response
Retrieve properties
Via UI
All the plugin properties are displayed in the section Properties of the plugin version.
Via API
GET
https://api.mediarithmics.com/v1/plugins/:plugin_id/versions/:version_id/properties
Path Parameters
version_id
integer
The ID of your version
plugin_id
integer
The ID of your plugin
Check external services
GET
https://api.mediarithmics.com/v1/plugins/:pluginId/versions/:versionId/external_services
Path Parameters
plugin_id
string
The ID of your plugin
version_id
string
The ID of your version
Last updated
Was this helpful?