# Get Sticker List

{% openapi src="<https://3840158533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYMAy98rfabp765nSz03%2Fuploads%2F5x6DHMavjEciaOakBDa8%2F2.1.get_sticker_list.json?alt=media&token=69b807dc-aa51-4c35-a19d-334821940404>" path="https\://{ISLASH\_API\_ENDPOINT}/api/public/sticker" method="get" %}
[2.1.get\_sticker\_list.json](https://3840158533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYMAy98rfabp765nSz03%2Fuploads%2F5x6DHMavjEciaOakBDa8%2F2.1.get_sticker_list.json?alt=media\&token=69b807dc-aa51-4c35-a19d-334821940404)
{% endopenapi %}

{% code title="Sample Response" lineNumbers="true" %}

```json
{
    "meta": {
        "code": "RESP_OKAY",
        "message": "Success"
    },
    "data": {
        "stickers": [
            {
                "id": 66,
                "name": "sticker7",
                "type": "image/webp",
                "width": 512,
                "height": 512
            },
            {
                "id": 67,
                "name": "sticker5",
                "type": "image/webp",
                "width": 512,
                "height": 512
            }
        ]
    }
}
```

{% endcode %}
