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:

MethodPermission
GETread
POSTcreate
PATCHupdate
DELETEdelete

Authentication

All requests must include a valid API key in the request header:

X-Api-Key: YOUR_API_KEY

You can find and manage your API keys in the API Keys section of your dashboard.