latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Get likes for a post

Returns a paginated list of likes received on a specific post.

<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.liked webhook event instead — you'll get pushed updates in real time without polling. See the webhook documentation. </Info>

get/posts/{uuid}/likes

Path parameters

uuidstring uuid required

UUID of the post to retrieve likes for

UUID of the post to retrieve likes 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 likes on this post