EndpointsPosts
Search forum
GET
/v2/forums/{slug}/searchReturns a page of matching posts in a visible forum, ordered by relevance.
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.