Skip to main content
GET
Get Comment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

comment_id
string
required

Query Parameters

hub_id
string
required

Response

Successful Response

Single-item JSON:API envelope for a comment.

Shape: { "data": }

data
CommentResource · object
required

JSON:API resource object for a comment.

Shape: { "type": "comments", "id": "", "attributes": { ... }, "links": { "self": "/api/comments/" } }