API Reference-Stickers

Number of APIs: 13

  1. Get First Party Stickerpack Info GET {{URL}}/v1/stickerpacks/{{Test-1P-Stickerpack-ID}}?namespace=whatsapp

  2. Create Third Party Stickers POST {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}/stickers

  3. Update Third Party Sticker PATCH {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}/stickers/{{Test-Sticker-Index}}

  4. Get First Party Stickers GET {{URL}}/v1/stickerpacks/{{Test-1P-Stickerpack-ID}}/stickers?namespace=whatsapp

  5. Get First Party Sticker Info GET {{URL}}/v1/stickerpacks/{{Test-1P-Stickerpack-ID}}/stickers/{{Test-Sticker-Index}}?namespace=whatsapp

  6. Create Third Party Stickerpacks POST {{URL}}/v1/stickerpacks

  7. Get Third Party Stickerpacks GET {{URL}}/v1/stickerpacks

  8. Update Third Party Stickerpack PATCH {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}

  9. Delete Third Party Stickerpack DELETE {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}

  10. Get Third Party Stickerpack Info GET {{URL}}/v1/stickerpacks/{{Test-3P-Stickerpack-ID}}