{ "opencollection": "1.0.0", "info": { "name": "Discord Interactions Application Commands Stickers API", "version": "10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stickers", "type": "folder" }, "items": [ { "info": { "name": "get_sticker", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/stickers/:sticker_id", "params": [ { "name": "sticker_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "Discord List guild stickers", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/guilds/:guild_id/stickers", "params": [ { "name": "guild_id", "value": "", "type": "path", "description": "The ID of the guild (Snowflake)" } ] }, "docs": "Returns an array of sticker objects for the given guild." }, { "info": { "name": "Discord List sticker packs", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/sticker-packs" }, "docs": "Returns the list of sticker packs available to Nitro subscribers." } ] } ], "bundled": true }