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 |
This API allows you to manage the plugins and themes of your organization.
| Method | Permission |
|---|---|
GET | read |
POST | create |
PATCH | update |
DELETE | delete |