Get list of posts
Returns a paginated list of posts created by the authenticated user. Posts are ordered by pinned status first, then by publication date (newest first).
<Info>Scope required: `read:post`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Fanvue-API-Version
API version to use for the request
Query parameters
page
Page number to retrieve (starts from 1)
size
Number of items to return per page (1-50, default: 15)
includeUnpublished
Whether to include unpublished posts (drafts and scheduled posts) in the results. Defaults to true.
Allowed values:
Response
List of posts
data
Array of posts
pagination
Pagination information