Help Center
Fetch a Help Center topic by ID
Retrieves a Help Center topic by its ID.
get/help-center/topics/{id}
Path parameters
idstring uuid required
The ID of the Help Center topic to fetch
Response
Topic retrieved successfully
Example response
{
"id": "0190fade-6a88-783f-97bc-870d0f5c187e",
"title": "How to reset password",
"content": "To reset your password, go to the settings page and click 'Reset Password'.",
"author": "John Doe"
}