Skip to main content
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

Operation successful

id
string
required

The unique identifier of the emoji

name
string
required

The name of the emoji

unicode
string
required

The unicode of the emoji

url
string
required

The url of the emoji

aliases
string
required

The aliases of the emoji

keywords
string[]
required

The keywords of the emoji

createdAt
string
required

The creation date of the comment

updatedAt
string
required

The update date of the comment

I