List posts
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Optionally expand the results by adding additional information. stats
- Adds statistics about the post(s). free_web_content
- Adds the web HTML rendered to a free reader. free_email_content
- Adds the email HTML rendered to a free reader. free_rss_content
- Adds the RSS feed HTML. premium_web_content
- Adds the web HTML rendered to a premium reader. premium_email_content
- Adds the email HTML rendered to a premium reader.
Optionally filter the results by platform.web
- Posts only published to web.email
- Posts only published to email.both
- Posts published to email and web.all
- Does not restrict results by platform.
Optionally filter the results by the status of the post.draft
- not been scheduled.confirmed
- The post will be active after the scheduled_at
.archived
- The post is no longer active.all
- Does not restrict results by status.
Pagination returns the results in pages. Each page contains the number of results specified by the limit
(default: 10).
If not specified, results 1-10 from page 1 will be returned.
The field that the results are sorted by. Defaults to created
created
- The time in which the post was first created.
publish_date
- The time the post was set to be published.
displayed_date
- The time displayed in place of the publish_date
. If no displayed_date
was set, it will default to the publish_date
The direction that the results are sorted in. Defaults to asc
asc
- Ascending, sorts from smallest to largest.
desc
- Descending, sorts from largest to smallest.