Get Third Party Stickers
GET {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}/stickers
Use a
GET
request to the
v1/stickerpacks/{{stickerpack-id}}/stickers
to retrieve stickers from a given third-party stickerpack:
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | |
RESPONSES
status: OK
{"stickers":[{"index":"sticker-index1"},{"index":"sticker-index2"}],"meta":{"api_status":"stable","version":"v2.45.1"}}