Posts
Get a specific post
Retrieve a specific post by its ID to read in detail
get/posts/{postId}
Path parameters
postIdstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
Unique identifier of the post
Response
Successfully retrieved the post
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "john_doe",
"content": "Just had an amazing hike in the mountains! #outdoorlife",
"createdAt": "2025-06-01T10:30:00Z",
"updatedAt": "2025-06-01T10:30:00Z",
"likesCount": 15,
"commentsCount": 3
}