EndpointsPosts

List forum posts

GET/v2/forums/{slug}/posts

Returns 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.

Range1 <= value <= 100
Default20
cursor?|

Opaque cursor returned by the previous page.