Path Parameters
The unique identifier of the comment you wish to retrieve.
// Replace API_KEY with your api key and :commentId with comment id
curl --location 'https://api.supahub.com/api/v1/comments/:commentId' \
--header 'Authorization: Bearer API_KEY'