latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Get tips for a post

Returns a paginated list of tips received on a specific post. Only the post owner can view tips.

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

get/posts/{uuid}/tips

Path parameters

uuidstring uuid required

UUID of the post to retrieve tips for

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