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":"b173d1a4-53bf-42ce-b2bc-422dd228c871","reaction":"happy"}'
Request examples
{
"reactable_type": "message",
"reactable_uuid": "b173d1a4-53bf-42ce-b2bc-422dd228c871",
"reaction": "happy"
}
Response examples (401)
{
"message": "Unauthenticated."
}