GET
/
v1
/
emojis
/
actions
cURL
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"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Response

200
application/json

Success - Emoji actions fetched successfully

The response is of type any.