Skip to main content
GET
/
api
/
v1
/
comments
/
{comment_id}
/
reactions
/
reactors
Get Comment Reaction Reactors
curl --request GET \
  --url https://api.member.dev/api/v1/comments/{comment_id}/reactions/reactors \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

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
emoji
string | null
page[after]
string | null
page[size]
string | null

Response

Successful Response