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

Authorizations

x-api-key
string
header
required

Enter your API key

Response

200
application/json

Operation successful

The response is of type object.