Skip to content

Get sticker image

GET
/api/stickers/{stickerId}/image
curl --request GET \
--url http://localhost:3001/api/stickers/example/image \
--header 'Authorization: <Authorization>'

Retrieve the actual sticker image data from MeshStorage

stickerId
required
string

Sticker ID

OK

string format: binary

Bad Request

object
error
string
success
boolean

Unauthorized

object
error
string
success
boolean

Not Found

object
error
string
success
boolean

Internal Server Error

object
error
string
success
boolean