latestOpenAPI 3.1.02026-08-183894205.8 MB

f67a043e3190

Forums

List forums

Returns a paginated list of forums within a specific company, with optional filtering by product.

Required permissions:

  • forum:read
get/forums

Query parameters

afterstring

Returns the elements in the list that come after the specified cursor.

beforestring

Returns the elements in the list that come before the specified cursor.

firstinteger

Returns the first n elements from the list.

Example:42
lastinteger

Returns the last n elements from the list.

Example:42
company_idstring required

The unique identifier of the company to list forums for.

Example:biz_xxxxxxxxxxxxxx
product_idstring

The unique identifier of a product to filter by. When set, only forums connected to this product are returned.

Example:prod_xxxxxxxxxxxxx

Response

A successful response

Example response

{
  "data": [
    {
      "experience": {
        "id": "exp_xxxxxxxxxxxxxx",
        "name": "Trading Signals Chat"
      }
    }
  ]
}