Get First Party Stickers
GET {{URL}}/v1/stickerpacks/{{Test-1P-Stickerpack-ID}}/stickers?namespace=whatsapp
Use a
GET
request to the
v1/stickerpacks/{{stickerpack-id}}/stickers
to retrieve stickers from a given first-party stickerpack:
Request Params
| Key | Datatype | Required | Description |
| namespace
| string | | |
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"}}