REST API
Meteorack REST API — programmatic access to licenses, updates, fleet management, and webhooks.
The public Meteorack REST API is being documented in parallel with the SDK cleanup work.
Launch scope
- Account-level license lifecycle operations
- Update checks and rollout endpoints
- Fleet registration and site metadata
- Webhook subscriptions for external automation
Planned authentication modes
- API keys for server-to-server integration
- OAuth for user-authorized dashboard workflows
In the meantime
Use the SDK and the verified module runtime to build integrations against the current repository-backed surface.
Endpoints Preview
/v1/licensesList all licenses for your account.
/v1/licenses/activateActivate a license on a WordPress site.
/v1/updates/checkCheck for available plugin updates.
/v1/fleet/sitesRegister a site in your fleet.
/v1/webhooksCreate a webhook subscription.
What's coming
API Key Authentication
Generate keys from your dashboard. HMAC-signed requests for server-to-server.
License Management
Create, activate, deactivate, and query licenses programmatically.
Fleet Management
Register sites, push updates, monitor health across your fleet.
Webhooks
Subscribe to events: license changes, update rollouts, site health alerts.
Get notified when API launches
We’ll send you one email when the REST API is ready. In the meantime, start building modules with the SDK.