This version of GitHub Enterprise was discontinued on 2021-06-09. 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

Get emojis

Lists all the emojis available to use on GitHub Enterprise Server.

get /emojis

Code samples

Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  http(s)://{hostname}/api/v3/emojis
JavaScript (@octokit/core.js)
await octokit.request('GET /emojis')

Response

Status: 200 OK

Not modified

Status: 304 Not Modified

Notes