Like a Post or Reply
Endpoint allows to like existing post or Reply
Create new like for post or reply
Headers
Name
Type
Description
Request Body
Name
Type
Description
{}This is unexpected response, something is wrong on our side, please contact: [email protected]Request body
{
"target": {
"reply": "string",
"post": "string"
},
"reaction": {
"like": true
}
}Sample request and response
Last updated
Was this helpful?