cURL
curl --request GET \ --url https://platform.thena.ai/v1/reactions/emojis \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "unicode": "<string>", "url": "<string>", "aliases": "<string>", "keywords": [ "<string>" ], "createdAt": "<string>", "updatedAt": "<string>" }
Get all available emojis for reactions. This endpoint is only available for standard and enterprise tier organizations.
Enter your API key
Operation successful
The response is of type object.
object