No results found for query:
An error occured while performing your search, please contact Bump.sh support if it persists.
MCP server URL
https://help-api.meltingspot.io/mcp
Standard setup for AI tools providing an mcp.json file
{ "API MCP server": { "url": "https://help-api.meltingspot.io/mcp" } }
Get a topic
The id of the forum
The id of the topic
Topic found and returned successfully
The id of the topic.
The name of the topic.
Date at which the topic has been closed (Unix timestamp format), or null if the topic is active
Malformed payload
Unauthorized
Forbidden
Topic not found
curl \ --request GET 'https://openapi.meltingspot.io/v1/forums/{forumId}/topics/{topicId}'
{ "id": "string", "name": "string", "closedAt": 42 }