Get First Party Sticker Info
GET {{URL}}/v1/stickerpacks/{{Test-1P-Stickerpack-ID}}/stickers/{{Test-Sticker-Index}}?namespace=whatsapp
Send a GET request to /v1/stickerpacks/{{stickerpack-id}}/stickers/{{sticker-index}} endpoint with namespace = whatsapp to get first party sticker info about a given sticker.
Response Parameters
| Name | Description | 
|---|---|
| id | The ID for the sticker media. | 
| emojis | An array of the emojis included with the stickerpack | 
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| namespace | string | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | 
RESPONSES
status: OK
{"meta":{"api_status":"stable","version":"v2.45.1"}}