Retrieves detailed information about a specific post, including the post content, media, comments, and engagement metrics. The response includes information about whether the viewing user has saved the post and handles blocking relationships.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/0xfelaback/Social-Media-Activity-Feed/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
This endpoint does not require authentication, but may return different results for authenticated users.Path Parameters
The unique identifier (PostID) of the post to retrieve
Request Body
Optional username of the viewing user. Used to determine if the post is saved by this user and to check blocking relationships.
Request Example
Response
URL of the post owner’s profile picture. Defaults to “http://default/defaultPfp.png” if not set.
Username of the post creator
Timestamp when the post was created
Total number of likes on the post
The text content of the post (max 800 characters)
Array of media attachments
Array of comments on the post
Whether the viewing user has saved this post (requires userName in request)