Create Third Party Stickers

POST {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}/stickers

Request Body

{"image_data_id"=>"<Sticker Image Media Id>", "emojis"=>["🐥", "😃"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{&quot;stickers&quot;:[{&quot;id&quot;:&quot;b942a4d1-4e1d-4c56-8cfa-a848b8222061&quot;,&quot;emojis&quot;:[&quot;🐥&quot;,&quot;😃&quot;],&quot;image_data_id&quot;:&quot;sticker-image-media-id&quot;}],&quot;meta&quot;:{&quot;api_status&quot;:&quot;stable&quot;,&quot;version&quot;:&quot;v2.45.1&quot;}}