Sample - Slack Web API
GET/emoji.list

List custom emoji

Lists the custom emoji available for a team. Use this operation to retrieve the team's custom emoji collection with an authentication token that has emoji read access.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
tokenstringrequired
Authentication token with the `emoji:read` scope.

2 status codes
200Returns `ok: true` with the team's custom emoji response.
okbooleanrequired
Allowed:true
defaultReturned when the request cannot be processed.
okbooleanrequired
Allowed:false

Error handling

token must be supplied and must provide the emoji:read scope. Use a valid authentication token associated with an active account.