---
title: "Record post view"
method: POST
path: "/api/v1/posts/{id}/view"
tags: ["Posts"]
---

# Record post view

`POST /api/v1/posts/{id}/view`

Increments the view count for a specific post. This should be called by the client when a post is actually viewed by a user.

## Path parameters

- `id` integer, required

## Response `200`

View count recorded successfully

- SuccessResponse
  - `status` boolean
  - `message` string
  - `data` object, nullable

## Other responses

- `400` — Invalid post ID
- `500` — Failed to increment view count

---

[API](https://skmtc.net/nesohq/apis/postal-post-management-service-apis.md) · [All operations](https://skmtc.net/nesohq/apis/postal-post-management-service-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nesohq/postal-post-management-service-apis/versions/64a3f9ff2411/schema)
