WordPress Posts API
View and manage posts synced from WordPress publishing environments.
Prefix: /api/wordpress-posts
Endpoints
Posts
| Method | Path | Description | Role |
|---|---|---|---|
GET | / | List WordPress posts (paginated, filterable) | Viewer+ |
GET | /{id} | Get post details | Viewer+ |
PUT | /{id} | Update post metadata | Editor+ |
Sync
| Method | Path | Description | Role |
|---|---|---|---|
POST | /sync | Sync posts from the WordPress site to the local database | Editor+ |
Categories
| Method | Path | Description | Role |
|---|---|---|---|
GET | /categories | List WordPress categories | Viewer+ |