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 74 revisions of this API.1
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
Of the 74 revisions, 1 has no diff computed.