Blog / fetch
API Overview
Path: /api/blog/fetch — Method: GET
Auth: none
Request Details
No headers required
No path params required
Query
- offset(number)
- limit(number)
No body required
Responses
- 200Blog list
[{"slug":"...","title":"...","content":[{"type":"html","html":"..."}],"featuredImage":{"src":"/api/gallery/fetch/..."}}]
Notes & Tips
- Ensure headers match exactly (e.g.,
x-apikey). - Use
Content-Type: application/jsonfor JSON bodies. - For Bearer auth, you can provide either a session JWT or an opaque API key where supported.