Detailed setup guides and frequently asked questions for Developer API Reference.
Always up to date with latest security standards.
Zero bloat, high performance focus.
Complete API and hook references.
All API requests require a valid license key and site URL for authentication. Use the X-Plugopolis-Key and X-Plugopolis-Site headers for all requests.
/wp-json/plugopolis/v1/status: Check the hydration and health of the plugin./wp-json/plugopolis/v1/activate: Programmatically activate a license./wp-json/plugopolis/v1/update: Trigger a check for available core updates.// Listen for license activation
add_action('plugopolis_license_activated', function($license_id, $product_id) {
// Your custom logic here
}, 10, 2);
Our servers handle up to 60 requests per minute per license key. Staging environments are exempt from strict rate limiting.