Emojis
With the Emojis API, you can list and view all the available emojis to use in GitHub Enterprise Server.
Get emojis
Works with GitHub Apps
Lists all the emojis available to use on GitHub Enterprise Server.
HTTP response status codes
Status code | Description |
---|---|
200 | OK |
304 | Not modified |
Code samples
get/emojis
curl \
-H "Accept: application/vnd.github.v3+json" \
http(s)://HOSTNAME/api/v3/emojis
Response
Status: 200