Page
These are APIs that can be used to fetch page data
Get latest post
This endpoint will return a JSON response of the latest post in the page.
This can be a pinned post if its the latest one.
Get pinned post
This endpoint will return a JSON response of the pinned post in the page.
This endpoint will return null if there is no pinned post.
Get all posts
This endpoint will return a JSON response of all posts in the page. The response will include at most 50 posts and can be paginated by passing the offset
parameter.
Get a post by id
This endpoint will return a JSON response of a post by id.