latestOpenAPI 3.1.02026-08-08243131.9 MB
c5ddcd5c7e72
Get comments for a post
Returns a paginated list of comments on a specific post. Only the post owner can view comments.
<Info> **Polling for real-time updates? Use a webhook instead.**If you are calling this endpoint on a schedule to detect new activity, subscribe to the creator.post.commented webhook event instead — you'll get pushed updates in real time without polling. See the webhook documentation. </Info>
get/posts/{uuid}/comments
Path parameters
uuidstring uuid required
UUID of the post to retrieve comments for
UUID of the post to retrieve comments for
Query parameters
pageinteger
Page number to retrieve (starts from 1)
Page number to retrieve (starts from 1)
sizeinteger
Number of items to return per page (1-50, default: 15)
Number of items to return per page (1-50, default: 15)
Headers
X-Fanvue-API-Versionstring required
Example:2025-06-26
API version to use for the request
Response
List of comments on this post