Add Reaction
comments
Add Reaction
Add an emoji reaction to a comment.
POST
Add Reaction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Body
application/vnd.api+json
Top-level envelope for POST /api/comments//reactions.
Shape: { "data": { "type": "comment_reactions", "attributes": { "emoji": "..." } } }
JSON:API resource wrapper for a reaction create request.
Response
Successful Response
Single-item JSON:API envelope for a reaction.
Shape: { "data": }
JSON:API resource object for a comment reaction.
Shape: { "type": "comment_reactions", "id": "", "attributes": { "comment_id": "...", "contact_id": "...", "emoji": "...", "created_at": "..." } }