This API is designed for developers to integrate plugins into our community platform. Here's a quick guide on how to use it.
- Authentication: All requests must be authenticated with a valid token. You can get your token from the Authentication API.
- End Points:
/plugins
: List all available plugins./plugins/<plugin_id>
: Get information about a specific plugin./plugins/<plugin_id>/install
: Install a plugin./plugins/<plugin_id>/uninstall
: Uninstall a plugin./plugins/<plugin_id>/update
: Update a plugin to the latest version.
Plugin Development
For more detailed information and examples, check out our API Documentation.
If you need assistance or have any questions, feel free to reach out to our support team via Support.