get https://api.happeo.com/posts
Use this when you want to list posts. Without an includeChannel
query parameter, will get posts from all the channels the authenticated user is authorized to view. You can pass channel ids (includeChannel
) to get posts only from those channels.
Sorts posts by most recently published on top.
This will return 403 if you are trying to list posts from a channel the user is not a member of.