Endpoints
Content Endpoints
List Published Entries
GET /api/v1/content?collection=blog
Returns all published entries for a collection.
Get Entry
GET /api/v1/content/:collection/:slug
Returns a single published entry by collection and slug.
Build Endpoints
Trigger Build
POST /api/v1/builds
Triggers a new production build. Requires write scope.