Introduction
This API allows you to manage the plugins and themes of your organization.
It provides a simple and secure way to publish new versions, retrieve metadata, and automate deployments.
To interact with the API, you’ll need a valid API key associated with your organization. Keys can be generated and managed from your dashboard: https://dashboard.wp-content.io
Scopes and permissions
The REST API is built on a standard CRUD model. Each permission corresponds to an HTTP method:
Method | Permission |
---|---|
GET | read |
POST | create |
PATCH | update |
DELETE | delete |
Authentication
All requests must include a valid API key in the request header:
You can find and manage your API keys in the API Keys section of your dashboard.