// 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'
GET
method
/comments/:commentId
path

Path Parameters

commentId
string
required

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'