---
title: "Get custom emoji image"
method: GET
path: "/api/v4/emoji/{emoji_id}/image"
tags: ["emoji"]
---

# Get custom emoji image

`GET /api/v4/emoji/{emoji_id}/image`

Get the image for a custom emoji.
##### Permissions
Must be authenticated.

## Path parameters

- `emoji_id` string, required

## Response `200`

Emoji image retrieval successful

## Other responses

- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `404` — Resource not found
- `500` — Something went wrong with the server
- `501` — Feature is disabled

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
