curl --request GET \
--url https://platform.thena.ai/v1/emojis/actions \
--header 'x-api-key: <api-key>'{
"data": {
"ok": true,
"data": [
"ticket-to-closed",
"ticket-to-in-progress",
"ticket-to-on-hold"
]
},
"status": true,
"message": "Emoji actions fetched successfully!",
"timestamp": "2025-07-15T11:38:09.817Z"
}Get all available emoji actions. This endpoint is only available for standard and enterprise tier organizations.
curl --request GET \
--url https://platform.thena.ai/v1/emojis/actions \
--header 'x-api-key: <api-key>'{
"data": {
"ok": true,
"data": [
"ticket-to-closed",
"ticket-to-in-progress",
"ticket-to-on-hold"
]
},
"status": true,
"message": "Emoji actions fetched successfully!",
"timestamp": "2025-07-15T11:38:09.817Z"
}Enter your API key
Success - Emoji actions fetched successfully