v8

OpenAPI 3.1.02026-08-033623795.0 MB
Forums

Retrieve forum

Retrieves the details of an existing forum.

Required permissions:

  • forum:read
get/forums/{id}

Path parameters

idstring required

The unique identifier of the forum or experience to retrieve.

Response

A successful response

email_notification_preference'all_admin_posts' | 'only_weekly_summary' | 'none' required

Email notification preference option for a forum feed

idstring required

The unique identifier for the entity

who_can_comment'everyone' | 'admins' required

Who can comment on a forum feed

who_can_post'everyone' | 'admins' required

Who can post on a forum feed

Example response

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