EndpointsPosts

List forum posts as Markdown

GET/v2/forums/{slug}.md

Returns a ranked forum feed as Markdown.

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.