{ "meta": { "code": "RESP_OKAY", "message": "Success" }, "data": { "stickers": [ { "id": 66, "name": "sticker7", "type": "image/webp", "width": 512, "height": 512 } ] } }
Last updated 5 months ago
Success
const response = await fetch('https://{ISLASH_API_ENDPOINT}/api/public/sticker/{id}?session=text', { method: 'GET', headers: { "X-USER-TOKEN": "text" }, }); const data = await response.json();
{ "meta": { "code": "text", "message": "text" }, "data": { "stickers": [ { "id": 0, "name": "text", "type": "text", "width": "text", "height": "text" } ] } }