Track post view​
Record that a post has been viewed by the current user (if authenticated). Used for analytics and engagement tracking. Does not require authentication but will track user-specific views when logged in.
Path Parameters
id number required
Unique numeric post ID
Responses
- 200
View tracked successfully
application/json
Schema
Example (from schema)
Schema
success boolean
{
"success": true
}
Loading...