This version of GitHub Enterprise will be discontinued on 2022-06-03. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.
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