curl --request GET \
--url https://platform.thena.ai/v1/emojis/actions/{teamId} \
--header 'x-api-key: <api-key>'{
"data": {
"ok": true,
"data": []
},
"status": true,
"message": "Emoji actions fetched successfully!",
"timestamp": "2025-07-15T11:39:52.558Z"
}Get all emoji action mappings for a specific team. This endpoint is only available for standard and enterprise tier organizations.
curl --request GET \
--url https://platform.thena.ai/v1/emojis/actions/{teamId} \
--header 'x-api-key: <api-key>'{
"data": {
"ok": true,
"data": []
},
"status": true,
"message": "Emoji actions fetched successfully!",
"timestamp": "2025-07-15T11:39:52.558Z"
}