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
Example response
{
"experience": {
"id": "exp_xxxxxxxxxxxxxx",
"name": "Trading Signals Chat"
}
}Changes
Changed in 1 of the 41 revisions of this API.1
- ○
added the required property
experience/is_publicto the response with the200statusresponse-required-property-added
- ○