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":"6b058524-d9d9-4d86-8563-78d21c1f7948","reaction":"happy"}'
Request examples
{
"reactable_type": "message",
"reactable_uuid": "6b058524-d9d9-4d86-8563-78d21c1f7948",
"reaction": "happy"
}
Response examples (401)
{
"message": "Unauthenticated."
}