EndpointsPosts
List forum posts as Markdown
GET
/v2/forums/{slug}.mdReturns 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.
Range
1 <= value <= 100Default
20cursor?|
Opaque cursor returned by the previous page.