GET
/v1/forums/{forumId}/topics/{topicId}
curl \
--request GET 'https://openapi.meltingspot.io/v1/forums/{forumId}/topics/{topicId}'
Response examples (200)
{
"id": "string",
"name": "string",
"closedAt": 42
}