EndpointsPosts
List forum posts
GET
/v2/forums/{slug}/postsReturns a ranked forum feed. Top uses a 30-day window fixed by the first page; later votes can still move posts between pages.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
slug*Slug
Forum slug.
Query Parameters
sort?Sort
Feed order: hot, newest first, or top from the current 30-day window.
Default
"hot"Value in
- "hot"
- "new"
- "top"
limit?Limit
Maximum posts returned.
Range
1 <= value <= 100Default
20cursor?|
Opaque cursor returned by the previous page.