POST
/api/v1/reaction
curl \
--request POST 'https://api.plannrcrm.com/api/v1/reaction' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"reactable_type":"message","reactable_uuid":"6684c7a1-81c1-43db-909a-5db8d5bf145c","reaction":"like"}'
Request examples
{
"reactable_type": "message",
"reactable_uuid": "6684c7a1-81c1-43db-909a-5db8d5bf145c",
"reaction": "like"
}
Response examples (401)
{
"message": "Unauthenticated."
}