latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Get a creator's post by UUID

Returns a specific post owned by the specified creator by its UUID.

get/creators/{creatorUserUuid}/posts/{uuid}

Path parameters

creatorUserUuidstring uuid required
uuidstring uuid required

UUID of the post to retrieve

UUID of the post to retrieve

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

Post details

uuidstring uuid required

Unique identifier of the post

createdAtstring date-time required

Date/time when the post was created (ISO 8601 format)

textstring nullable required

Text content of the post

pricenumber nullable required

Price in cents for paid posts

mediaPreviewUuidstring uuid nullable required

UUID of free preview media

audience'subscribers' | 'followers-and-subscribers' required

Audience that can view the post

publishAtstring date-time nullable required

Future date/time when the post will be published (ISO 8601 format)

publishedAtstring date-time nullable required

Date/time when the post was published (ISO 8601 format)

expiresAtstring date-time nullable required

Date/time when the post expires (ISO 8601 format)

mediaUuidsstring[] required

Array of media UUIDs attached to the post

isPinnedboolean required

Whether the post is pinned to the top of the feed

likesCountnumber required

Number of likes the post has received

commentsCountnumber required

Number of comments on the post