Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Feed, or the string "home" for the Home feed.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
The page number (0-indexed)
Example:
0
The number of records per page
Example:
10
Sort the posts by the specified method. If no sort specified, posts are sorted by newest first.
Available options:
oldest
, newest
, most-recent-activity
Example:
"newest"