{ "opencollection": "1.0.0", "info": { "name": "Discord Interactions Application Commands Applications API", "version": "10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "get_my_application", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/@me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update_my_application", "type": "http" }, "http": { "method": "PATCH", "url": "https://discord.com/api/v10/applications/@me", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "list_guild_application_command_permissions", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands/permissions", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_guild_application_command_permissions", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands/:command_id/permissions", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "set_guild_application_command_permissions", "type": "http" }, "http": { "method": "PUT", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands/:command_id/permissions", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_application_role_connections_metadata", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/role-connections/metadata", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update_application_role_connections_metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://discord.com/api/v10/applications/:application_id/role-connections/metadata", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "consume_entitlement", "type": "http" }, "http": { "method": "POST", "url": "https://discord.com/api/v10/applications/:application_id/entitlements/:entitlement_id/consume", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "entitlement_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_guild_application_command", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands/:command_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update_guild_application_command", "type": "http" }, "http": { "method": "PATCH", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands/:command_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "delete_guild_application_command", "type": "http" }, "http": { "method": "DELETE", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands/:command_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "list_guild_application_commands", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" }, { "name": "with_localizations", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "create_guild_application_command", "type": "http" }, "http": { "method": "POST", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "bulk_set_guild_application_commands", "type": "http" }, "http": { "method": "PUT", "url": "https://discord.com/api/v10/applications/:application_id/guilds/:guild_id/commands", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "guild_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_entitlement", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/entitlements/:entitlement_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "entitlement_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "delete_entitlement", "type": "http" }, "http": { "method": "DELETE", "url": "https://discord.com/api/v10/applications/:application_id/entitlements/:entitlement_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "entitlement_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_entitlements", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/entitlements", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "query" }, { "name": "sku_ids", "value": "", "type": "query" }, { "name": "guild_id", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "exclude_ended", "value": "", "type": "query" }, { "name": "only_active", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "create_entitlement", "type": "http" }, "http": { "method": "POST", "url": "https://discord.com/api/v10/applications/:application_id/entitlements", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_application_command", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/commands/:command_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update_application_command", "type": "http" }, "http": { "method": "PATCH", "url": "https://discord.com/api/v10/applications/:application_id/commands/:command_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "delete_application_command", "type": "http" }, "http": { "method": "DELETE", "url": "https://discord.com/api/v10/applications/:application_id/commands/:command_id", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "command_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "list_application_commands", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id/commands", "params": [ { "name": "application_id", "value": "", "type": "path" }, { "name": "with_localizations", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "create_application_command", "type": "http" }, "http": { "method": "POST", "url": "https://discord.com/api/v10/applications/:application_id/commands", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "bulk_set_application_commands", "type": "http" }, "http": { "method": "PUT", "url": "https://discord.com/api/v10/applications/:application_id/commands", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_application", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/applications/:application_id", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update_application", "type": "http" }, "http": { "method": "PATCH", "url": "https://discord.com/api/v10/applications/:application_id", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }