Like a Post or Reply

Endpoint allows to like existing post or Reply

Create new like for post or reply

POST https://api.whisk.com/v2/reaction

Method allows to create a like for reply or for post. Like will be added to object.

Headers

Request Body

{}

Request body

{
  "target": {
    "reply": "string",
    "post": "string"
  },
  "reaction": {
    "like": true
  }
}

Sample request and response

Last updated