Skip to content

Astro Posts API

Manage content posts for Astro publishing environments via the Astro Bridge API.

Prefix: /api/astro-posts

Endpoints

Posts

MethodPathDescriptionRole
GET/List Astro posts (paginated, filterable)Editor+
GET/{id}Get post detailsEditor+
POST/Create a new Astro postEditor+
PUT/{id}Update an Astro postEditor+
DELETE/{id}Delete an Astro postEditor+

Health

MethodPathDescriptionRole
GET/healthCheck connectivity to the Astro Bridge APIEditor+

UniSync Documentation