{"info":{"_postman_id":"820d5eef-6b1f-4d21-8660-8e6e3d0cb32a","name":"Swagger Petstore","description":"<html><head></head><body><p>This is a sample server Petstore server.  You can find out more about     Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on <a href=\"http://swagger.io/irc/\">irc.freenode.net, #swagger</a>.      For this sample, you can use the api key <code>special-key</code> to test the authorization     filters.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2048276","collectionId":"820d5eef-6b1f-4d21-8660-8e6e3d0cb32a","publishedId":"S1TbSur3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-11T11:36:27.000Z"},"item":[{"name":"pet","item":[{"name":"Update an existing pet","id":"de448429-e1be-4581-bd86-1ba09a53dc34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/xml, application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"Pet object that needs to be added to the store"},"url":"https://petstore.swagger.io/v2/pet","urlObject":{"protocol":"https","path":["v2","pet"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"de448429-e1be-4581-bd86-1ba09a53dc34"},{"name":"Add a new pet to the store","id":"d26dd835-1b00-4fd0-8589-2851a9f29735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml, application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"Pet object that needs to be added to the store"},"url":"https://petstore.swagger.io/v2/pet","urlObject":{"protocol":"https","path":["v2","pet"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d26dd835-1b00-4fd0-8589-2851a9f29735"},{"name":"Finds Pets by status","id":"9af6e449-668c-43b6-9228-4acc32a018b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/pet/findByStatus?status={{status}}","description":"<p>Multiple status values can be provided with comma separated strings</p>\n","urlObject":{"protocol":"https","path":["v2","pet","findByStatus"],"host":["petstore","swagger","io"],"query":[{"key":"status","value":"{{status}}"}],"variable":[]}},"response":[],"_postman_id":"9af6e449-668c-43b6-9228-4acc32a018b7"},{"name":"Finds Pets by tags","id":"f4c1917e-22b5-46b7-8ea4-1b02efb05d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/pet/findByTags?tags={{tags}}","description":"<p>Muliple tags can be provided with comma separated strings. Use         tag1, tag2, tag3 for testing.</p>\n","urlObject":{"protocol":"https","path":["v2","pet","findByTags"],"host":["petstore","swagger","io"],"query":[{"key":"tags","value":"{{tags}}"}],"variable":[]}},"response":[],"_postman_id":"f4c1917e-22b5-46b7-8ea4-1b02efb05d9d"},{"name":"Find pet by ID","id":"30538764-73da-4645-b7b4-f94d2481ae5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/pet/:petId","description":"<p>Returns a single pet</p>\n","urlObject":{"protocol":"https","path":["v2","pet",":petId"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"1d66c523-0fb8-4af8-9a71-b32c7904285f","type":"string","value":"{{petId}}","key":"petId"}]}},"response":[],"_postman_id":"30538764-73da-4645-b7b4-f94d2481ae5f"},{"name":"Updates a pet in the store with form data","id":"c172288c-1a16-4681-8c63-8f5cbbd8397e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml, application/json"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{name}}","type":"text"},{"key":"status","value":"{{status}}","type":"text"}]},"url":"https://petstore.swagger.io/v2/pet/:petId","urlObject":{"protocol":"https","path":["v2","pet",":petId"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"dd20b1da-ccb7-47eb-ac7d-3a4167f3399e","type":"string","value":"{{petId}}","key":"petId"}]}},"response":[],"_postman_id":"c172288c-1a16-4681-8c63-8f5cbbd8397e"},{"name":"Deletes a pet","id":"dd63cc7e-a196-47fa-8b3b-0a86ccac524a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/xml, application/json"},{"key":"api_key","value":"{{api_key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://petstore.swagger.io/v2/pet/:petId","urlObject":{"protocol":"https","path":["v2","pet",":petId"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"f08946df-667e-4c8c-8c3a-67d97cc6e00c","type":"string","value":"{{petId}}","key":"petId"}]}},"response":[],"_postman_id":"dd63cc7e-a196-47fa-8b3b-0a86ccac524a"},{"name":"uploads an image","id":"858788ae-b777-4fe4-8e95-c33defc52ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"additionalMetadata","value":"{{additionalMetadata}}","type":"text"},{"key":"file","value":"{{file}}","type":"text"}]},"url":"https://petstore.swagger.io/v2/pet/:petId/uploadImage","urlObject":{"protocol":"https","path":["v2","pet",":petId","uploadImage"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"e273918d-9357-4b52-a0a2-145de646ba26","type":"string","value":"{{petId}}","key":"petId"}]}},"response":[],"_postman_id":"858788ae-b777-4fe4-8e95-c33defc52ca6"}],"id":"5522a095-9edd-4e0b-af5d-a9624a400211","description":"<p>Folder for pet</p>\n","_postman_id":"5522a095-9edd-4e0b-af5d-a9624a400211"},{"name":"store","item":[{"name":"Returns pet inventories by status","id":"f80a10e8-1a37-471a-8c31-ddb872232d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://petstore.swagger.io/v2/store/inventory","description":"<p>Returns a map of status codes to quantities</p>\n","urlObject":{"protocol":"https","path":["v2","store","inventory"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f80a10e8-1a37-471a-8c31-ddb872232d3f"},{"name":"Place an order for a pet","id":"e1f2e531-f942-44a5-839b-2b38e2a51068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"raw","raw":"order placed for purchasing the pet"},"url":"https://petstore.swagger.io/v2/store/order","urlObject":{"protocol":"https","path":["v2","store","order"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1f2e531-f942-44a5-839b-2b38e2a51068"},{"name":"Find purchase order by ID","id":"6b693ab4-90d2-49ab-9a3e-0353cb449b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/store/order/:orderId","description":"<p>For valid response try integer IDs with value &gt;= 1 and &lt;= 10.         Other values will generated exceptions</p>\n","urlObject":{"protocol":"https","path":["v2","store","order",":orderId"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"ab4346b6-43ce-4bba-abfb-9acfbcd0adc6","type":"string","value":"{{orderId}}","key":"orderId"}]}},"response":[],"_postman_id":"6b693ab4-90d2-49ab-9a3e-0353cb449b36"},{"name":"Delete purchase order by ID","id":"c9d8f5eb-09e1-4b6f-b49f-6506aa22e4b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://petstore.swagger.io/v2/store/order/:orderId","description":"<p>For valid response try integer IDs with positive integer value.         Negative or non-integer values will generate API errors</p>\n","urlObject":{"protocol":"https","path":["v2","store","order",":orderId"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"4d64ef80-185c-47e9-95ae-394363327a4c","type":"string","value":"{{orderId}}","key":"orderId"}]}},"response":[],"_postman_id":"c9d8f5eb-09e1-4b6f-b49f-6506aa22e4b7"}],"id":"b1c40ad7-56bf-4bd1-9c7c-9074711716c2","description":"<p>Folder for store</p>\n","_postman_id":"b1c40ad7-56bf-4bd1-9c7c-9074711716c2"},{"name":"user","item":[{"name":"Create user","id":"23c38d0b-9c4b-4502-99b3-6b5bb9575984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"raw","raw":"Created user object"},"url":"https://petstore.swagger.io/v2/user","description":"<p>This can only be done by the logged in user.</p>\n","urlObject":{"protocol":"https","path":["v2","user"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"23c38d0b-9c4b-4502-99b3-6b5bb9575984"},{"name":"Creates list of users with given input array","id":"12897a0b-e543-41a3-9555-0f877b14dd9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"raw","raw":"List of user object"},"url":"https://petstore.swagger.io/v2/user/createWithArray","urlObject":{"protocol":"https","path":["v2","user","createWithArray"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"12897a0b-e543-41a3-9555-0f877b14dd9b"},{"name":"Creates list of users with given input array","id":"276716e4-469c-4148-833f-cd96e8454ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"raw","raw":"List of user object"},"url":"https://petstore.swagger.io/v2/user/createWithList","urlObject":{"protocol":"https","path":["v2","user","createWithList"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"276716e4-469c-4148-833f-cd96e8454ed8"},{"name":"Logs user into the system","id":"c88bda4d-4820-4cd5-bd16-b31d07b53e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/user/login?username={{username}}&password={{password}}","urlObject":{"protocol":"https","path":["v2","user","login"],"host":["petstore","swagger","io"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"variable":[]}},"response":[],"_postman_id":"c88bda4d-4820-4cd5-bd16-b31d07b53e2c"},{"name":"Logs out current logged in user session","id":"be04fb99-c1af-4054-92c5-4d848216d830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/user/logout","urlObject":{"protocol":"https","path":["v2","user","logout"],"host":["petstore","swagger","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"be04fb99-c1af-4054-92c5-4d848216d830"},{"name":"Get user by user name","id":"8a749ad9-bec7-45cf-923d-51db8dedf75e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml, application/json"}],"url":"https://petstore.swagger.io/v2/user/:username","urlObject":{"protocol":"https","path":["v2","user",":username"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"fba332b1-da76-40c2-95fa-31442d9b1f3e","type":"string","value":"{{username}}","key":"username"}]}},"response":[],"_postman_id":"8a749ad9-bec7-45cf-923d-51db8dedf75e"},{"name":"Updated user","id":"71bf69e8-bee8-4f87-871b-678ee34fd2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"raw","raw":"Updated user object"},"url":"https://petstore.swagger.io/v2/user/:username","description":"<p>This can only be done by the logged in user.</p>\n","urlObject":{"protocol":"https","path":["v2","user",":username"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"e10068e2-d9be-41a9-83b4-7960167fb6a1","type":"string","value":"{{username}}","key":"username"}]}},"response":[],"_postman_id":"71bf69e8-bee8-4f87-871b-678ee34fd2e9"},{"name":"Delete user","id":"8b6e94f9-e81a-47f8-bbde-3c78a8de5995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/xml, application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://petstore.swagger.io/v2/user/:username","description":"<p>This can only be done by the logged in user.</p>\n","urlObject":{"protocol":"https","path":["v2","user",":username"],"host":["petstore","swagger","io"],"query":[],"variable":[{"id":"7f88667b-547c-4e76-a99f-b46b97ecda19","type":"string","value":"{{username}}","key":"username"}]}},"response":[],"_postman_id":"8b6e94f9-e81a-47f8-bbde-3c78a8de5995"}],"id":"2a5afb4b-b7d6-4585-9ce7-94a86deac020","description":"<p>Folder for user</p>\n","_postman_id":"2a5afb4b-b7d6-4585-9ce7-94a86deac020"}]}