Read a single blog post by database id.
Auth: optional.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
Request Body
None.
Response 200
json
{
"data": { "id": "post_1", "slug": "hello-world", "title": "Hello" },
"user_context": { "authenticated": true },
"meta": {}
}Response Errors
404post not found
Notes
- Useful for internal tools and admin workflows.
- Returns the same response shape as the slug lookup.