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

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamId
string
required

Response

200
application/json

Success - Emoji actions for team fetched successfully

The response is of type any.