Get post by UUID
Returns a specific post owned by the authenticated user by its UUID.
<Info>Scope required: `read:post`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
uuid
UUID of the post to retrieve
Headers
X-Fanvue-API-Version
API version to use for the request
Response
Post details
uuid
Unique identifier of the post
createdAt
Date/time when the post was created (ISO 8601 format)
text
Text content of the post
price
Price in cents for paid posts
mediaPreviewUuid
UUID of free preview media
audience
Audience that can view the post
Allowed values:
publishAt
Future date/time when the post will be published (ISO 8601 format)
publishedAt
Date/time when the post was published (ISO 8601 format)
expiresAt
Date/time when the post expires (ISO 8601 format)
mediaUuids
Array of media UUIDs attached to the post
isPinned
Whether the post is pinned to the top of the feed
likesCount
Number of likes the post has received
commentsCount
Number of comments on the post
tips
Tips statistics for this post
collections
Content collections this post belongs to