Plugopolis
Log in
Back to Documentation

Developer API Reference Documentation

Detailed setup guides and frequently asked questions for Developer API Reference.

Security first

Always up to date with latest security standards.

Optimized

Zero bloat, high performance focus.

Detailed

Complete API and hook references.

Authentication

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.

Endpoints

  • GET /wp-json/plugopolis/v1/status: Check the hydration and health of the plugin.
  • POST /wp-json/plugopolis/v1/activate: Programmatically activate a license.
  • GET /wp-json/plugopolis/v1/update: Trigger a check for available core updates.

PHP Hooks

// Listen for license activation
add_action('plugopolis_license_activated', function($license_id, $product_id) {
    // Your custom logic here
}, 10, 2);

Frequently Asked Questions

Q.Is there a rate limit?

A.

Our servers handle up to 60 requests per minute per license key. Staging environments are exempt from strict rate limiting.

Still have questions?

Contact our technical support team for priority assistance.

Get Support