Skip to main content
GET
Get Comment Reactions

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

JSON:API list envelope for comment reaction groups.

Returned by GET /api/comments/{comment_id}/reactions.

Shape: { "data": [ , ... ] }

data
ReactionGroupResource ยท object[]
required