EndpointsPosts
Search forum as Markdown
GET
/v2/forums/{slug}/search.mdReturns a page of matching posts in a visible forum as relevance-ranked Markdown.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
slug*Slug
Forum slug.
Query Parameters
q?|
Text to match against post titles and bodies.
limit?Limit
Maximum matches returned.
Range
1 <= value <= 50Default
20cursor?|
Opaque cursor returned by the previous page; it is bound to the search filters.