latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

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).

get/posts

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)

includeUnpublished'true' | 'false'

Whether to include unpublished posts (drafts and scheduled posts) in the results. Defaults to true.

Whether to include unpublished posts (drafts and scheduled posts) in the results. Defaults to true.

startDatestring date-time

Only include posts created on or after this ISO 8601 datetime (e.g., 2024-10-20T00:00:00Z).

Only include posts created on or after this ISO 8601 datetime (e.g., 2024-10-20T00:00:00Z).

endDatestring date-time

Only include posts created before this ISO 8601 datetime (non-inclusive).

Only include posts created before this ISO 8601 datetime (non-inclusive).

Headers

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

API version to use for the request

Response

List of posts