GET
/v1/postslistPosts
List posts. Lists the organization's posts, newest first, with cursor pagination. Each post carries its per-channel variants and latest delivery outcomes.
Required scope:posts:read
Parameters
limitquery · integeroptionalPage size (1–100).
afterquery · stringoptionalOpaque cursor from a previous page's `next_cursor`.
statusquery · "draft" | "scheduled" | "publishing" | "published" | "failed" | "needs_approval"optionalFilter by lifecycle state.
Responses
200PostListOne page of posts.
Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.
Example
curl https://app.usepostify.com/v1/posts \
-H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"