Astro Posts API
Manage content posts for Astro publishing environments via the Astro Bridge API.
Prefix: /api/astro-posts
Endpoints
Posts
| Method | Path | Description | Role |
|---|---|---|---|
GET | / | List Astro posts (paginated, filterable) | Editor+ |
GET | /{id} | Get post details | Editor+ |
POST | / | Create a new Astro post | Editor+ |
PUT | /{id} | Update an Astro post | Editor+ |
DELETE | /{id} | Delete an Astro post | Editor+ |
Health
| Method | Path | Description | Role |
|---|---|---|---|
GET | /health | Check connectivity to the Astro Bridge API | Editor+ |