Skip to content

WordPress Posts API

View and manage posts synced from WordPress publishing environments.

Prefix: /api/wordpress-posts

Endpoints

Posts

MethodPathDescriptionRole
GET/List WordPress posts (paginated, filterable)Viewer+
GET/{id}Get post detailsViewer+
PUT/{id}Update post metadataEditor+

Sync

MethodPathDescriptionRole
POST/syncSync posts from the WordPress site to the local databaseEditor+

Categories

MethodPathDescriptionRole
GET/categoriesList WordPress categoriesViewer+

UniSync Documentation