---
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

## Changes

- **2026-07-17** `64a3f9ff2411` — 1 info
  - endpoint added
- **2026-02-06** `3d17f189af69` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nesohq/apis/postal-post-management-service-apis/changes/api/v1/posts/:id/view/post.md)

---

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