cURL
curl --request POST \ --url https://platform.thena.ai/v1/reactions/{commentId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "heart", "impersonatedUserEmail": "<string>", "impersonatedUserName": "<string>", "impersonatedUserAvatar": "<string>", "metadata": {} }'
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": true }
Enter your API key
The name of the reaction
"heart"
The impersonated user email
The impersonated user name
The impersonated user avatar
The metadata for the reaction
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete reaction operations