Retrieve forum
Retrieves the details of an existing forum.
Required permissions:
forum:read
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the forum or experience to retrieve.
Response
A successful response
A discussion forum where members can create posts, comment, and react, belonging to an experience.
The email notification setting that controls which posts trigger email alerts. One of: all_admin_posts, only_weekly_summary, none.
all_admin_posts, only_weekly_summary, none The parent experience that this forum belongs to.
The unique identifier for the entity
The permission level controlling who can comment on posts. One of: everyone, admins.
everyone, admins The permission level controlling who can create new posts. One of: everyone, admins.
everyone, admins 
