{"info":{"_postman_id":"454c3ee3-0512-4f85-ad7c-66e592cb762b","name":"Postman Echo","description":"<html><head></head><body><p>Postman Echo is service you can use to test your REST clients and make sample API calls. It provides endpoints for <code>GET</code>, <code>POST</code>, <code>PUT</code>, various auth mechanisms and other utility endpoints.</p>\n<p>The documentation for the endpoints as well as example responses can be found at <a href=\"https://postman-echo.com/?source=echo-collection-app-onboarding\">https://postman-echo.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1907870","collectionId":"454c3ee3-0512-4f85-ad7c-66e592cb762b","publishedId":"S1EJXM9y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-04-05T18:55:04.000Z"},"item":[{"name":"Request Methods","item":[{"name":"GET Request","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["","console.log(pm.request.body)"],"type":"text/javascript"}}],"id":"7cb5a5df-72f5-4248-a2ff-bb9ca41d1f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"foo","value":"1","equals":true},{"key":"bar","value":"98217391","equals":true}]},"url":"https://postman-echo.com/post","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["post"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb5a5df-72f5-4248-a2ff-bb9ca41d1f94"},{"name":"GET Request Copy","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"4bd2f003-c6b4-4aff-9252-aa52181de922","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"4bd2f003-c6b4-4aff-9252-aa52181de922"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"836223b4-413c-4d5a-997b-19d227b7dc97","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"836223b4-413c-4d5a-997b-19d227b7dc97"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"cd570c33-eec0-43e4-8450-70df7722515b","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"cd570c33-eec0-43e4-8450-70df7722515b"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"56f8af8e-0b6a-4cb3-974d-80d76e03c703","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"56f8af8e-0b6a-4cb3-974d-80d76e03c703"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"fc84abfd-2b34-4f86-abea-4768ecc7734b","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"fc84abfd-2b34-4f86-abea-4768ecc7734b"},{"name":"GET Request Copy 6","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"7229bce3-7ee8-449f-9e4f-bc011bd30478","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"7229bce3-7ee8-449f-9e4f-bc011bd30478"},{"name":"GET Request Copy 7","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"a9e82e88-9d91-4b8e-af26-73ca2fdf1864","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"a9e82e88-9d91-4b8e-af26-73ca2fdf1864"},{"name":"GET Request Copy 8","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"58068186-ce2e-40d1-b11a-468c4c63c2d4","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"58068186-ce2e-40d1-b11a-468c4c63c2d4"},{"name":"GET Request Copy 9","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"5473f5b9-3146-423b-86b1-7a434d657ad8","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"5473f5b9-3146-423b-86b1-7a434d657ad8"},{"name":"GET Request Copy 10","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"a5da4471-06de-4573-b512-cc84a4e4e3f5","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"a5da4471-06de-4573-b512-cc84a4e4e3f5"},{"name":"GET Request Copy 11","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"8d895fab-6fbe-4fde-a683-2bdee7e740ab","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"8d895fab-6fbe-4fde-a683-2bdee7e740ab"},{"name":"GET Request Copy 12","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"4ed40210-cd79-45f0-a46d-d891d1db474e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"4ed40210-cd79-45f0-a46d-d891d1db474e"},{"name":"GET Request Copy 13","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"409fae22-2911-4eec-a265-edbf3f65ae66","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"409fae22-2911-4eec-a265-edbf3f65ae66"},{"name":"GET Request Copy 14","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"29926b7a-78fc-4059-be72-f75a2f2e5ea8","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"29926b7a-78fc-4059-be72-f75a2f2e5ea8"},{"name":"GET Request Copy 15","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"aa2a4e87-38a1-4d59-b832-a01168c0be74","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"aa2a4e87-38a1-4d59-b832-a01168c0be74"},{"name":"GET Request Copy 16","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"e4d0d496-e3b5-449b-8e27-520580128321","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"e4d0d496-e3b5-449b-8e27-520580128321"},{"name":"GET Request Copy 17","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"fb049259-20f5-4623-b806-50a833cacc06","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"fb049259-20f5-4623-b806-50a833cacc06"},{"name":"GET Request Copy 18","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"388a6b7a-ea8a-4467-b107-fcecf61cbfe8","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"388a6b7a-ea8a-4467-b107-fcecf61cbfe8"},{"name":"GET Request Copy 19","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"2072a197-0a15-460d-8478-b5194bbee977","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"2072a197-0a15-460d-8478-b5194bbee977"},{"name":"GET Request Copy 20","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"b8bb2f55-d667-40a6-94f3-2751f0ed979c","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"b8bb2f55-d667-40a6-94f3-2751f0ed979c"},{"name":"GET Request Copy 21","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"0a1ea2f8-bd31-4731-b0da-4c28330958f9","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"0a1ea2f8-bd31-4731-b0da-4c28330958f9"},{"name":"GET Request Copy 22","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"1c0378a6-96df-4237-9469-a9ae76b2504c","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"1c0378a6-96df-4237-9469-a9ae76b2504c"},{"name":"GET Request Copy 23","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"200faf28-fb31-4875-be95-61026586bc8f","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"200faf28-fb31-4875-be95-61026586bc8f"},{"name":"GET Request Copy 24","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"b23efa21-5670-4332-946c-6432fdce82c6","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"b23efa21-5670-4332-946c-6432fdce82c6"},{"name":"GET Request Copy 25","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"5a42398a-cc1e-432f-8fc0-702ada59fd78","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"5a42398a-cc1e-432f-8fc0-702ada59fd78"},{"name":"GET Request Copy 26","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"bb0008eb-3ff5-4d78-8f0d-280c58939cb2","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"bb0008eb-3ff5-4d78-8f0d-280c58939cb2"},{"name":"GET Request Copy 27","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"be6e4de1-7201-484d-8af9-e9afe0c59f7c","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"be6e4de1-7201-484d-8af9-e9afe0c59f7c"},{"name":"GET Request Copy 28","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"cebab135-6cf6-46ed-a736-fa596fd14b71","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"cebab135-6cf6-46ed-a736-fa596fd14b71"},{"name":"GET Request Copy 29","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"b3d0b42c-ed91-4fe8-a2ab-e545dac1cf5d","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"b3d0b42c-ed91-4fe8-a2ab-e545dac1cf5d"},{"name":"GET Request Copy 30","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"e2b3e3bb-976a-440a-9d79-bf492b6b79aa","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"e2b3e3bb-976a-440a-9d79-bf492b6b79aa"},{"name":"GET Request Copy 31","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"106070d3-a2fd-4f15-b731-18e4c3b5e314","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"106070d3-a2fd-4f15-b731-18e4c3b5e314"},{"name":"GET Request Copy 32","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"cfae0856-b2e3-4689-b4ee-17240d2e86f4","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"cfae0856-b2e3-4689-b4ee-17240d2e86f4"},{"name":"GET Request Copy 33","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"8bdca604-110a-4ee6-9c82-2986ad278200","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"8bdca604-110a-4ee6-9c82-2986ad278200"},{"name":"GET Request Copy 34","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"4bbc3a81-3851-4c32-86f9-be0112eeab43","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"4bbc3a81-3851-4c32-86f9-be0112eeab43"},{"name":"GET Request Copy 35","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"19ac6120-91c9-4067-bab6-b10b8bde1748","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"19ac6120-91c9-4067-bab6-b10b8bde1748"},{"name":"GET Request Copy 36","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"a2096f57-35a9-490d-8520-908405e4f804","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"a2096f57-35a9-490d-8520-908405e4f804"},{"name":"GET Request Copy 37","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"9d8c061a-b6f4-4918-945e-da0b863ba8d0","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"9d8c061a-b6f4-4918-945e-da0b863ba8d0"},{"name":"GET Request Copy 38","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"2a09f381-eb55-4e21-811b-a08d71c7f25b","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"2a09f381-eb55-4e21-811b-a08d71c7f25b"},{"name":"GET Request Copy 39","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"39b2d65d-98fb-4894-8b0e-af605e7780ba","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"39b2d65d-98fb-4894-8b0e-af605e7780ba"},{"name":"GET Request Copy 40","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"68679e4e-3e73-418f-a205-d002d0b92e2b","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"68679e4e-3e73-418f-a205-d002d0b92e2b"},{"name":"GET Request Copy 41","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"fd1b6174-4d87-494c-ae3a-da1138a74eea","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"fd1b6174-4d87-494c-ae3a-da1138a74eea"},{"name":"GET Request Copy 42","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"d6adb2b3-1049-456a-8437-f3638f2cd3dc","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"d6adb2b3-1049-456a-8437-f3638f2cd3dc"},{"name":"GET Request Copy 43","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"63f22d66-fefa-47c0-ba32-ac8ef9eadc82","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"63f22d66-fefa-47c0-ba32-ac8ef9eadc82"},{"name":"GET Request Copy 44","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"6e8c40b8-6c28-4c8c-8208-7356a4f898c6","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"6e8c40b8-6c28-4c8c-8208-7356a4f898c6"},{"name":"GET Request Copy 45","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"2594f861-6338-4976-80aa-962ef8125ff0","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"2594f861-6338-4976-80aa-962ef8125ff0"},{"name":"GET Request Copy 46","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"eb7f02bb-8d53-4353-bf60-dbdab700b7e7","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"eb7f02bb-8d53-4353-bf60-dbdab700b7e7"},{"name":"GET Request Copy 47","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"bda4ce52-839e-4a68-bacc-fd1e054f4f55","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"bda4ce52-839e-4a68-bacc-fd1e054f4f55"},{"name":"GET Request Copy 48","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"2689281a-288a-4012-9b42-a9ce1bee5a85","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"2689281a-288a-4012-9b42-a9ce1bee5a85"},{"name":"GET Request Copy 49","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"753ae382-8ecc-4f70-a19a-a4bc99310122","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"753ae382-8ecc-4f70-a19a-a4bc99310122"},{"name":"GET Request Copy 50","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"280842ab-cd58-4cdb-8329-ae44b05c6d85","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"280842ab-cd58-4cdb-8329-ae44b05c6d85"},{"name":"GET Request Copy 39","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"7f69ac0b-e7cf-43f6-8257-911ea08e9c0b","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"7f69ac0b-e7cf-43f6-8257-911ea08e9c0b"},{"name":"GET Request Copy 20","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"663529f7-60b9-4df5-84ab-24e84b4b6d03","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"663529f7-60b9-4df5-84ab-24e84b4b6d03"},{"name":"GET Request Copy","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"818ae95b-632b-421a-8903-9b33b13bd183","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"818ae95b-632b-421a-8903-9b33b13bd183"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"8359c3a2-99d1-4642-97e7-00d2ce274b36","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"8359c3a2-99d1-4642-97e7-00d2ce274b36"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"96dd3bf3-07a0-4a45-9205-90b1fff7cccd","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"96dd3bf3-07a0-4a45-9205-90b1fff7cccd"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"74ae3ddc-2779-41ac-9969-448c58265cb0","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"74ae3ddc-2779-41ac-9969-448c58265cb0"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"982ceb93-5a37-4c84-9ace-55b01f856abe","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"982ceb93-5a37-4c84-9ace-55b01f856abe"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"b3038c06-b5ca-4f52-979e-2550bd97cc2a","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"b3038c06-b5ca-4f52-979e-2550bd97cc2a"},{"name":"GET Request Copy 6","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"7e0acd3e-fbc0-4598-ab54-6b8efa3539a0","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"7e0acd3e-fbc0-4598-ab54-6b8efa3539a0"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"78ab718b-ff7d-43b8-92fe-50a4fc86ba51","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"78ab718b-ff7d-43b8-92fe-50a4fc86ba51"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"5aed7b21-3da8-4485-8de3-6ad24343daf8","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"5aed7b21-3da8-4485-8de3-6ad24343daf8"},{"name":"GET Request Copy 6","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"25e7ba79-5db6-427e-aa16-56d6917828e7","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"25e7ba79-5db6-427e-aa16-56d6917828e7"},{"name":"GET Request Copy","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"146da2d7-ee2f-4244-a27d-814f4c942455","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"146da2d7-ee2f-4244-a27d-814f4c942455"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"9ee7af6e-68bd-45bc-adc5-9c4466e46b3e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"9ee7af6e-68bd-45bc-adc5-9c4466e46b3e"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"8d64eda1-09a6-4aca-8625-aa0c55003ad5","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"8d64eda1-09a6-4aca-8625-aa0c55003ad5"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"e4d6cf3a-a793-4ff7-a05b-a81c45371887","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"e4d6cf3a-a793-4ff7-a05b-a81c45371887"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"126c9533-545c-43ff-90df-f632e4ffde66","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"126c9533-545c-43ff-90df-f632e4ffde66"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"9c724215-1b3c-44fd-bfd7-036f82a1bb91","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"9c724215-1b3c-44fd-bfd7-036f82a1bb91"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"ced494c1-1f7e-490a-b4d1-d6d650f69352","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"ced494c1-1f7e-490a-b4d1-d6d650f69352"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"3a01552b-9d02-496b-909a-28d0bd628ca3","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"3a01552b-9d02-496b-909a-28d0bd628ca3"},{"name":"GET Request Copy 6","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"f4c3160c-d67a-4348-8c72-938fdd82223a","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"f4c3160c-d67a-4348-8c72-938fdd82223a"},{"name":"GET Request Copy 7","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"a960096c-9fa4-4b12-8ce3-f11f26a671c4","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"a960096c-9fa4-4b12-8ce3-f11f26a671c4"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"85d64e9a-fdd0-4c0e-a934-02e086fc6b53","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"85d64e9a-fdd0-4c0e-a934-02e086fc6b53"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"bf8bd501-d7d2-4ff3-bec7-f3ef36cba3ae","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"bf8bd501-d7d2-4ff3-bec7-f3ef36cba3ae"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"3b2d2ea8-e8ee-4cce-b3ff-425a4fe1d558","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"3b2d2ea8-e8ee-4cce-b3ff-425a4fe1d558"},{"name":"GET Request Copy","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"23734509-9d00-4cb1-a731-01039c67bba5","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"23734509-9d00-4cb1-a731-01039c67bba5"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"c3066ea8-1d32-4050-bd9a-dfa6111c3e68","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"c3066ea8-1d32-4050-bd9a-dfa6111c3e68"},{"name":"GET Request Copy 2","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"fb2a2eb7-920f-400a-9a9e-f86cca098a98","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"fb2a2eb7-920f-400a-9a9e-f86cca098a98"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"452a3371-4e07-4c65-841e-4295bc9b864b","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"452a3371-4e07-4c65-841e-4295bc9b864b"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"d375cea5-5ed2-4683-bb70-44cd4c7dd786","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"d375cea5-5ed2-4683-bb70-44cd4c7dd786"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"5f2a6111-05bb-484c-81cb-78bb9cd13674","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"5f2a6111-05bb-484c-81cb-78bb9cd13674"},{"name":"POST Raw Text","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request body\", function () {","    pm.response.to.have.jsonBody('data', ","        'This is expected to be sent back as part of response body.');","});"]}}],"id":"b9bcdd13-c041-4fb3-8d9e-77f961cec77a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"This is expected to be sent back as part of response body."},"url":"https://postman-echo.com/post","description":"<p>The HTTP <code>POST</code> request method is meant to transfer data to a server \n(and elicit a response). What data is returned depends on the implementation\nof the server.</p>\n<p>A <code>POST</code> request can pass parameters to the server using \"Query String \nParameters\", as well as the Request Body. For example, in the following request,</p>\n<blockquote>\n<p>POST /hi/there?hand=wave</p>\n\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\". The request body can be in multiple\nformats. These formats are defined by the MIME type of the request. The MIME \nType can be set using the <code>Content-Type</code> HTTP header. The most commonly used \nMIME types are:</p>\n<ul>\n<li><code>multipart/form-data</code></li>\n<li><code>application/x-www-form-urlencoded</code></li>\n<li><code>application/json</code></li>\n</ul>\n<p>This endpoint echoes the HTTP headers, request parameters, the contents of\nthe request body and the complete URI requested.</p>\n","urlObject":{"protocol":"https","path":["post"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9bcdd13-c041-4fb3-8d9e-77f961cec77a"},{"name":"POST Form Data","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with form data\", function () {","    pm.response.to.have.jsonBody('form.foo1', 'bar1')","        .and.have.jsonBody('form.foo2', 'bar2');","});"]}}],"id":"93fd77b3-738e-43ae-ad60-adc40e55caef","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"foo1","value":"bar1","type":"text"},{"key":"foo2","value":"bar2","type":"text"}]},"url":"https://postman-echo.com/post","description":"<p>The HTTP <code>POST</code> request method is meant to transfer data to a server \n(and elicit a response). What data is returned depends on the implementation\nof the server.</p>\n<p>A <code>POST</code> request can pass parameters to the server using \"Query String \nParameters\", as well as the Request Body. For example, in the following request,</p>\n<blockquote>\n<p>POST /hi/there?hand=wave</p>\n\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\". The request body can be in multiple\nformats. These formats are defined by the MIME type of the request. The MIME \nType can be set using the <code>Content-Type</code> HTTP header. The most commonly used \nMIME types are:</p>\n<ul>\n<li><code>multipart/form-data</code></li>\n<li><code>application/x-www-form-urlencoded</code></li>\n<li><code>application/json</code></li>\n</ul>\n<p>This endpoint echoes the HTTP headers, request parameters, the contents of\nthe request body and the complete URI requested when data is sent as a form parameter.</p>\n","urlObject":{"protocol":"https","path":["post"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"93fd77b3-738e-43ae-ad60-adc40e55caef"},{"name":"POST Form Data Copy","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with form data\", function () {","    pm.response.to.have.jsonBody('form.foo1', 'bar1')","        .and.have.jsonBody('form.foo2', 'bar2');","});"]}}],"id":"89c3ccad-cc40-4a63-a8ed-22d4f638550b","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"foo1","value":"bar1","type":"text"},{"key":"foo2","value":"bar2","type":"text"}]},"url":"https://postman-echo.com/post","description":"<p>The HTTP <code>POST</code> request method is meant to transfer data to a server \n(and elicit a response). What data is returned depends on the implementation\nof the server.</p>\n<p>A <code>POST</code> request can pass parameters to the server using \"Query String \nParameters\", as well as the Request Body. For example, in the following request,</p>\n<blockquote>\n<p>POST /hi/there?hand=wave</p>\n\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\". The request body can be in multiple\nformats. These formats are defined by the MIME type of the request. The MIME \nType can be set using the <code>Content-Type</code> HTTP header. The most commonly used \nMIME types are:</p>\n<ul>\n<li><code>multipart/form-data</code></li>\n<li><code>application/x-www-form-urlencoded</code></li>\n<li><code>application/json</code></li>\n</ul>\n<p>This endpoint echoes the HTTP headers, request parameters, the contents of\nthe request body and the complete URI requested when data is sent as a form parameter.</p>\n","urlObject":{"protocol":"https","path":["post"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"89c3ccad-cc40-4a63-a8ed-22d4f638550b"},{"name":"PUT Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with form data\", function () {","    pm.response.to.have.jsonBody('data', ","        'This is expected to be sent back as part of response body.');","});"]}}],"id":"c07a8616-75ad-460a-9d6c-d38c6d6d8288","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"This is expected to be sent back as part of response body."},"url":"https://postman-echo.com/put","description":"<p>The HTTP <code>PUT</code> request method is similar to HTTP <code>POST</code>. It too is meant to \ntransfer data to a server (and elicit a response). What data is returned depends on the implementation\nof the server.</p>\n<p>A <code>PUT</code> request can pass parameters to the server using \"Query String \nParameters\", as well as the Request Body. For example, in the following \nraw HTTP request,</p>\n<blockquote>\n<p>PUT /hi/there?hand=wave</p>\n\n</blockquote>\n","urlObject":{"protocol":"https","path":["put"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c07a8616-75ad-460a-9d6c-d38c6d6d8288"},{"name":"PATCH Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with form data\", function () {","    pm.response.to.have.jsonBody('data', ","        'This is expected to be sent back as part of response body.');","});"]}}],"id":"f580500c-b834-419e-a5ee-660e34a88533","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"This is expected to be sent back as part of response body."},"url":"https://postman-echo.com/patch","description":"<p>The HTTP <code>PATCH</code> method is used to update resources on a server. The exact\nuse of <code>PATCH</code> requests depends on the server in question. There are a number\nof server implementations which handle <code>PATCH</code> differently. Technically, \n<code>PATCH</code> supports both Query String parameters and a Request Body.</p>\n<p>This endpoint accepts an HTTP <code>PATCH</code> request and provides debug information\nsuch as the HTTP headers, Query String arguments, and the Request Body.</p>\n","urlObject":{"protocol":"https","path":["patch"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f580500c-b834-419e-a5ee-660e34a88533"},{"name":"DELETE Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with form data\", function () {","    pm.response.to.have.jsonBody('data', ","        'This is expected to be sent back as part of response body.');","});"]}}],"id":"e732f9fe-e8bf-4db0-8a0c-ac263e478efd","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"This is expected to be sent back as part of response body."},"url":"https://postman-echo.com/delete","description":"<p>The HTTP <code>DELETE</code> method is used to delete resources on a server. The exact\nuse of <code>DELETE</code> requests depends on the server implementation. In general, \n<code>DELETE</code> requests support both, Query String parameters as well as a Request \nBody.</p>\n<p>This endpoint accepts an HTTP <code>DELETE</code> request and provides debug information\nsuch as the HTTP headers, Query String arguments, and the Request Body.</p>\n","urlObject":{"protocol":"https","path":["delete"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e732f9fe-e8bf-4db0-8a0c-ac263e478efd"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"0f70ca02-dc7b-4974-9431-6ddbd4c0ed84","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"0f70ca02-dc7b-4974-9431-6ddbd4c0ed84"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"157a45b0-4772-4cd1-a2e7-e928e95262d2","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"157a45b0-4772-4cd1-a2e7-e928e95262d2"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"240c00e2-f363-4e1c-ac0c-126f82d7e7ea","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"240c00e2-f363-4e1c-ac0c-126f82d7e7ea"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"476a20ad-effc-46bb-8ba8-1d2f3fc8156c","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"476a20ad-effc-46bb-8ba8-1d2f3fc8156c"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"5a4309f0-799c-48bd-9d0c-7eafc28ef3cc","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"5a4309f0-799c-48bd-9d0c-7eafc28ef3cc"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"5b8707e1-0eb7-4bf2-b6e5-97a83329beef","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"5b8707e1-0eb7-4bf2-b6e5-97a83329beef"},{"name":"GET Request Copy 4","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"626e3fcd-f7f6-4558-9d7a-d913c69a3568","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"626e3fcd-f7f6-4558-9d7a-d913c69a3568"},{"name":"GET Request Copy 6","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"656488e5-886a-43fd-a0fb-f356535325de","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"656488e5-886a-43fd-a0fb-f356535325de"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"6e070af6-ec9a-44d8-9cb0-3e77eeb69ec5","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"6e070af6-ec9a-44d8-9cb0-3e77eeb69ec5"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"7e463f15-a62f-4aa5-a39c-ca8f040175ac","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"7e463f15-a62f-4aa5-a39c-ca8f040175ac"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"8780a9f2-298a-41cc-9261-e0a3afaf9915","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"8780a9f2-298a-41cc-9261-e0a3afaf9915"},{"name":"GET Request Copy 5","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"8cf497e2-af64-4c82-b94c-a45b58cd5f8e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"8cf497e2-af64-4c82-b94c-a45b58cd5f8e"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"a74d1dae-259f-428f-a9f6-e05c98aa5e50","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"a74d1dae-259f-428f-a9f6-e05c98aa5e50"},{"name":"GET Request Copy 3","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"d6f205de-d8cb-410f-a2c3-fb8059702d7a","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"d6f205de-d8cb-410f-a2c3-fb8059702d7a"},{"name":"GET Request Copy 6","event":[{"listen":"test","script":{"id":"c0a9e990-ee58-4e29-8e02-0af024b9596b","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json with request queries\", function () {","    pm.response.to.have.jsonBody('args.foo1', 'bar1')","        .and.have.jsonBody('args.foo2', 'bar2');","});","","pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"postman-echo.com\");","});"],"type":"text/javascript"}}],"id":"f73bbcf0-3ccf-4d1f-8613-f44bb21ac94f","request":{"method":"GET","header":[],"url":"https://postman-echo.com/get?foo1=","description":"<p>The HTTP <code>GET</code> request method is meant to retrieve data from a server. The data\nis identified by a unique URI (Uniform Resource Identifier). </p>\n<p>A <code>GET</code> request can pass parameters to the server using \"Query String \nParameters\". For example, in the following request,</p>\n<blockquote>\n<p><a href=\"http://example.com/hi/there?hand=wave\">http://example.com/hi/there?hand=wave</a></p>\n</blockquote>\n<p>The parameter \"hand\" has the value \"wave\".</p>\n<p>This endpoint echoes the HTTP headers, request parameters and the complete\nURI requested.</p>\n","urlObject":{"protocol":"https","path":["get"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":""}],"variable":[]}},"response":[],"_postman_id":"f73bbcf0-3ccf-4d1f-8613-f44bb21ac94f"}],"id":"f6f913cd-12c0-48fe-bd22-fa92b606d285","description":"<p>HTTP has multiple request \"verbs\", such as <code>GET</code>, <code>PUT</code>, <code>POST</code>, <code>DELETE</code>,\n<code>PATCH</code>, <code>HEAD</code>, etc. </p>\n<p>An HTTP Method (verb) defines how a request should be interpreted by a server. \nThe endpoints in this section demonstrate various HTTP Verbs. Postman supports \nall the HTTP Verbs, including some rarely used ones, such as <code>PROPFIND</code>, <code>UNLINK</code>, \netc.</p>\n<p>For details about HTTP Verbs, refer to <a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9\">RFC 2616</a></p>\n","_postman_id":"f6f913cd-12c0-48fe-bd22-fa92b606d285"},{"name":"Headers","item":[{"name":"Request Headers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","// we check to ensire that the headers we sent as request is returned as part of","// the response body. if you change the request headers, make sure to add them","// to the tests here","pm.test(\"sample request header should be returned in response body\", function () {","    pm.response.to.have.jsonBody('headers.my-sample-header', 'Lorem ipsum dolor sit amet');","});"]}}],"id":"dbb0e342-76eb-40b5-817b-4f2f491348a3","request":{"method":"GET","header":[{"key":"my-sample-header","value":"Lorem ipsum dolor sit amet"}],"url":"https://postman-echo.com/headers","description":"<p>A <code>GET</code> request to this endpoint returns the list of all request headers as part of the response JSON.\nIn Postman, sending your own set of headers through the <a href=\"https://www.getpostman.com/docs/requests#headers?source=echo-collection-app-onboarding\">Headers tab</a> will reveal the headers as part of the response.</p>\n","urlObject":{"protocol":"https","path":["headers"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"00dfb173-d2cf-4168-a7df-6aca91370263","name":"my-sample-header","originalRequest":{"method":"GET","header":[{"key":"my-sample-header","value":"Lorem ipsum dolor sit amet"}],"url":"https://echo.getpostman.com/headers"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"342","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 31 Mar 2016 11:14:00 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"echo.getpostman.com","path":"/","secure":false,"session":true,"value":"s%3A9stja5zKmIILxq9Jvtha7Lp9LIz1VIdK.Vp8MHC%2BEUJe4ICZPXn2JAoXaV2bTgtoQd%2B3XJLNr51Y","key":"sails.sid"}],"responseTime":null,"body":"{\"headers\":{\"host\":\"echo.getpostman.com\",\"accept\":\"*/*\",\"accept-encoding\":\"gzip, deflate, sdch\",\"accept-language\":\"en-US,en;q=0.8\",\"cache-control\":\"no-cache\",\"my-sample-header\":\"Lorem ipsum dolor sit amet\",\"postman-token\":\"3c8ea80b-f599-fba6-e0b4-a0910440e7b6\",\"user-agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36\",\"x-forwarded-port\":\"443\",\"x-forwarded-proto\":\"https\"}}"}],"_postman_id":"dbb0e342-76eb-40b5-817b-4f2f491348a3"},{"name":"Response Headers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has the headers sent as part of request query\", function () {","    pm.response.to.have.header('foo1', 'bar1')","        .and.have.header('foo2', 'bar2');","});","","pm.test(\"sample request param should be returned in response body\", function () {","    pm.response.to.have.jsonBody('foo1', 'bar1')","        .and.have.jsonBody('foo2', 'bar2');","});"]}}],"id":"34f33963-292a-47f2-bd54-72a8bf987e66","request":{"method":"GET","header":[],"url":"https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2","description":"<p>This endpoint causes the server to send custom set of response headers. Providing header values as part of the URL parameters of a <code>GET</code> request to this endpoint returns the same as part of response header.</p>\n<p>To send your own set of headers, simply add or replace the the URL parameters with your own set.</p>\n","urlObject":{"protocol":"https","path":["response-headers"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":"bar1"},{"key":"foo2","value":"bar2"}],"variable":[]}},"response":[{"id":"b3f73f87-9bfe-4ca9-b4a9-24f38f668b92","name":"Response headers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://echo.getpostman.com/response-headers?Content-Type=text/html&test=response_headers","protocol":"https","host":["echo","getpostman","com"],"path":["response-headers"],"query":[{"key":"Content-Type","value":"text/html"},{"key":"test","value":"response_headers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"71","description":""},{"name":"Content-Type","key":"Content-Type","value":"text/html; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 31 Mar 2016 11:14:18 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""},{"name":"test","key":"test","value":"response_headers","description":""}],"cookie":[{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"echo.getpostman.com","path":"/","secure":false,"session":true,"value":"s%3A9stja5zKmIILxq9Jvtha7Lp9LIz1VIdK.Vp8MHC%2BEUJe4ICZPXn2JAoXaV2bTgtoQd%2B3XJLNr51Y","key":"sails.sid"}],"responseTime":null,"body":"{\"Content-Type\":\"text/html\",\"test\":\"response_headers\"}"}],"_postman_id":"34f33963-292a-47f2-bd54-72a8bf987e66"}],"id":"880bc2ae-a02e-4caa-b844-e8c71237c7d2","description":"<p>The following set of endpoints allow one to see the headers being sent as part of a request and to get a custom set of headers as part of response.</p>\n<p>HTTP header fields provide required information about the request or response, or about the object sent in the message body. Both request headers and response headers can be controlled using these endpoints.</p>\n","_postman_id":"880bc2ae-a02e-4caa-b844-e8c71237c7d2"},{"name":"Authentication Methods","item":[{"name":"Basic Auth","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json saying 'authenticated'\", function () {","    pm.response.to.have.jsonBody('authenticated', true);","});"]}}],"id":"a5394c60-31b1-4cab-b522-1809e2b1690f","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://postman-echo.com/basic-auth","description":"<p>This endpoint simulates a <strong>basic-auth</strong> protected endpoint. \nThe endpoint accepts a default username and password and returns a status code of <code>200 ok</code> only if the same is provided. \nOtherwise it will return a status code <code>401 unauthorized</code>.</p>\n<blockquote>\n<p>Username: <code>postman</code></p>\n<p>Password: <code>password</code></p>\n</blockquote>\n<p>To use this endpoint, send a request with the header <code>Authorization: Basic cG9zdG1hbjpwYXNzd29yZA==</code>. \nThe cryptic latter half of the header value is a base64 encoded concatenation of the default username and password. \nUsing Postman, to send this request, you can simply fill in the username and password in the \"Authorization\" tab and Postman will do the rest for you.</p>\n<p>To know more about basic authentication, refer to the <a href=\"https://en.wikipedia.org/wiki/Basic_access_authentication\">Basic Access Authentication</a> wikipedia article.\nThe article on <a href=\"https://www.getpostman.com/docs/helpers#basic-auth?source=echo-collection-app-onboarding\">authentication helpers</a> elaborates how to use the same within the Postman app.</p>\n","urlObject":{"protocol":"https","path":["basic-auth"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"2e2d22e2-5ab9-4deb-b17b-db3bc7040ea8","name":"200","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"42","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Sat, 31 Oct 2015 06:38:25 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[],"responseTime":null,"body":"{\"authenticated\":true}"}],"_postman_id":"a5394c60-31b1-4cab-b522-1809e2b1690f"},{"name":"DigestAuth Success","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"response code is 200\"] = responseCode.code === 200;","tests[\"body contains authenticated\"] = responseBody.has(\"authenticated\");"]}}],"id":"d229e849-601f-4ca2-bf71-9120c39ae59c","request":{"auth":{"type":"digest","digest":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"realm","value":"{{echo_digest_realm}}"},{"key":"nonce","value":"{{echo_digest_nonce}}"},{"key":"algorithm","value":"<algorithm>"},{"key":"qop","value":"<qop>"},{"key":"nonceCount","value":"<nonce-count>"},{"key":"clientNonce","value":"<client-nonce>"},{"key":"opaque","value":"<opaque>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"postman\", realm=\"Users\", nonce=\"ni1LiL0O37PRRhofWdCLmwFsnEtH1lew\", uri=\"/digest-auth\", response=\"254679099562cf07df9b6f5d8d15db44\", opaque=\"\""}],"url":"https://postman-echo.com/digest-auth","description":"<p>This endpoint sends a hashed Digest Authorization header to gain access to a valid <code>200 Ok</code> response code. In Postman, it uses the stored <a href=\"https://www.getpostman.com/docs/environments#gloval-variables?source=echo-collection-app-onboarding\">global variables</a>, <code>echo_digest_realm</code> and <code>echo_digest_nonce</code>, to generate the hashed authorisation header.</p>\n<p>Within Postman, for this request to successfully authenticate, running the previous request \"DigestAuth Request\" stores the relevant information within the global variables.</p>\n","urlObject":{"protocol":"https","path":["digest-auth"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"0d19a675-f9c5-4c42-a15c-68a521a568c0","name":"200","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"42","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 29 Oct 2015 06:17:51 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[],"responseTime":null,"body":"{\"authenticated\":true}"}],"_postman_id":"d229e849-601f-4ca2-bf71-9120c39ae59c"},{"name":"Hawk Auth","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json saying passed 'status'\", function () {","    pm.response.to.have.jsonBody('status', 'pass');","});"]}}],"id":"690b8774-3abb-4962-8da0-b4182f42f208","request":{"auth":{"type":"hawk","hawk":{"basicConfig":[{"key":"authId","value":"<auth-id>"},{"key":"authKey","value":"<auth-key>"},{"key":"algorithm","value":"<algorithm>"}],"advancedConfig":[{"key":"user","value":"<user>"},{"key":"nonce","value":"<nonce>"},{"key":"timestamp","value":"<timestamp>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"xyz1","type":"text"},{"key":"id","value":"U1","type":"text"},{"key":"server_secret","value":"zeppelin","type":"text"},{"key":"admin","value":"true","type":"text"}]},"url":"https://postman-echo.com/auth/hawk","description":"<p>This endpoint is a Hawk Authentication protected endpoint. <a href=\"https://github.com/hueniverse/hawk\">Hawk authentication</a> is a widely used protocol for protecting API endpoints. One of Hawk's main goals is to enable HTTP authentication for services that do not use TLS (although it can be used in conjunction with TLS as well).</p>\n<p>In order to use this endpoint, select the \"Hawk Auth\" helper inside Postman, and set the following values:</p>\n<p>Hawk Auth ID: <code>dh37fgj492je</code></p>\n<p>Hawk Auth Key: <code>werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn</code></p>\n<p>Algorithm: <code>sha256</code></p>\n<p>The rest of the values are optional, and can be left blank. Hitting send should give you a response with a status code of 200 OK.</p>\n","urlObject":{"protocol":"https","path":["auth","hawk"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"0f0200ab-b9c5-49b9-9421-71ea0f24ad19","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Hawk id=\"dh37fgj492je\", ts=\"1459422734\", nonce=\"XiwiCU\", mac=\"KzMHk67BYCC9zZqRy5hRdWFEFLHX5bNlRWGdmOAWKp0=\""}],"body":{"mode":"formdata","formdata":[{"key":"access_token","value":"xyz1","type":"text"},{"key":"id","value":"U1","type":"text"},{"key":"server_secret","value":"zeppelin","type":"text"},{"key":"admin","value":"true","type":"text"}]},"url":"https://echo.getpostman.com/auth/hawk"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Thu, 31 Mar 2016 11:12:16 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Server-Authorization","key":"Server-Authorization","value":"Hawk mac=\"vRrUzDdcHu2NaNts/r4zg2xmXMdX8wPiTGTM398BDRg=\", hash=\"qmtflETMybaZiOQ2dLT17yiRunFT5OCIxZRZ0boQaiE=\"","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""}],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".getpostman.com","path":"/","secure":false,"session":false,"value":"9f887f3b7f14b8c29ac4dc4109381b0b89a76e785c7b34251d6c8025b41b24013d2aa49f40e2deac19cbf0594dd984169455534d91ff98d4d1868d67ac857017629f137926e3a04a616bb83a2fb5ab9e6cbea9579ed5d5c1155d47545d72aad5be99f4abd0a7130805b3807d70cd507171dbe9d950d8e35a853f9ec075f5a767c95df4d57f7d521b66605b3bda3801700e26e651d1129c798b729ee3b91702d43ae64ab226c3f426893753def772c15442a7552dc84a3c773d6099a50b0a6af940b64c8176fedfcecd5fc31ccfc3bbc0124bfdaa0d62e4252d4aafb46a3c10963d12391e1fa97a1c0f19a636f57a3ac8cc35567d1cb6cb53b77f8adde3f6754a765596d7d00bdeb9acb5cc8d115e7c3f50ec3228e34d3e6c7464e9039b01868e03d10e9f87772397602453e9e91205de7b86021fad06eb26e69298e99ff1597a670faeb310f8c092041d544851de84f2bee89a92123da6eea286210524035c85361e2af42166a6","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"echo.getpostman.com","path":"/","secure":false,"session":true,"value":"s%3AryJV7v-PE4PuTjBK6nH5XOynQ4atuATV.n17KcaLhVmV8TBHNLwdwXgGR7lmqs3i478WPlTbRgZ4","key":"sails.sid"}],"responseTime":null,"body":"{\"status\":\"pass\",\"message\":\"Hawk Authentication successful\"}"}],"_postman_id":"690b8774-3abb-4962-8da0-b4182f42f208"},{"name":"OAuth1.0 (verify signature)","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response body has json saying passed 'status'\", function () {","    pm.response.to.have.jsonBody('status', 'pass');","});"]}}],"id":"51a3d035-016a-4c84-beac-00a607795f18","request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"<consumer-key>"},{"key":"consumerSecret","value":"<consumer-secret>"},{"key":"token","value":"<token>"},{"key":"tokenSecret","value":"<token-secret>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"},{"key":"realm","value":"<realm>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"xWnkliVQJURqB2x1","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"https://www.getpostman.com/oauth2/callback","type":"text"},{"key":"client_id","value":"abc123","type":"text"},{"key":"client_secret","value":"ssh-secret","type":"text"}]},"url":"https://postman-echo.com/oauth1","description":"<p>OAuth1.0a is a specification that defines a protocol that can be used by one\nservice to access \"protected\" resources (endpoints) on another service. A\nmajor part of OAuth1.0 is HTTP Request Signing. This endpoint allows you to \ncheck whether the request calculation works properly in the client. </p>\n<p>The endpoint supports the HTTP <code>Authorization</code> header. In case the signature\nverification fails, the endpoint provides the four debug values,</p>\n<ul>\n<li><code>base_uri</code></li>\n<li><code>normalized_param_string</code></li>\n<li><code>base_string</code></li>\n<li><code>signing_key</code></li>\n</ul>\n<p>For more details about these parameters, check the <a href=\"http://oauth.net/core/1.0a/\">OAuth1.0a Specification</a></p>\n<p>In order to use this endpoint, you can set the following values:</p>\n<blockquote>\n<p>Consumer Key: <code>RKCGzna7bv9YD57c</code></p>\n<p>Consumer Secret: <code>D+EdQ-gs$-%@2Nu7</code></p>\n</blockquote>\n<p>If you are using Postman, also check the \"Add params to header\" and \n\"Auto add parameters\" boxes.</p>\n","urlObject":{"protocol":"https","path":["oauth1"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"36ad41e2-2746-49e7-91f0-e3911a834425","name":"401","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"OAuth oauth_consumer_key=\"RKCGzna7bv9YD57c_wrong\",oauth_signature_method=\"HMAC-SHA1\",oauth_timestamp=\"1472121295\",oauth_nonce=\"8LTsU2\",oauth_version=\"1.0\",oauth_signature=\"tSUexpY%2B7EhSY7cFXiFN5EMx2zw%3D\""}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"xWnkliVQJURqB2x1","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"https://www.getpostman.com/oauth2/callback","type":"text"},{"key":"client_id","value":"abc123","type":"text"},{"key":"client_secret","value":"ssh-secret","type":"text"}]},"url":"https://echo.getpostman.com/oauth1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"536","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 25 Aug 2016 10:34:55 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"218-SGnurnTsu5qV5cCYWxsJlg\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":\"fail\",\"message\":\"HMAC-SHA1 verification failed\",\"base_uri\":\"https://echo.getpostman.com/oauth1\",\"normalized_param_string\":\"oauth_consumer_key=RKCGzna7bv9YD57c_wrong&oauth_nonce=8LTsU2&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1472121295&oauth_version=1.0\",\"base_string\":\"GET&https%3A%2F%2Fecho.getpostman.com%2Foauth1&oauth_consumer_key%3DRKCGzna7bv9YD57c_wrong%26oauth_nonce%3D8LTsU2%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1472121295%26oauth_version%3D1.0\",\"signing_key\":\"D%2BEdQ-gs%24-%25%402Nu7&\"}"},{"id":"99075c5a-a4e9-4cc6-ad4f-c6b24d3e89b7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","name":"Authorization","value":"OAuth oauth_consumer_key=\"RKCGzna7bv9YD57c\",oauth_signature_method=\"HMAC-SHA1\",oauth_timestamp=\"1472121261\",oauth_nonce=\"ki0RQW\",oauth_version=\"1.0\",oauth_signature=\"s0rK92Myxx7ceUBVzlMaxiiXU00%3D\""}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"xWnkliVQJURqB2x1","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"https://www.getpostman.com/oauth2/callback","type":"text"},{"key":"client_id","value":"abc123","type":"text"},{"key":"client_secret","value":"ssh-secret","type":"text"}]},"url":"https://echo.getpostman.com/oauth1"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Access-Control-Expose-Headers","key":"Access-Control-Expose-Headers","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"95","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 25 Aug 2016 10:34:23 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"4e-Cq3UhvpVSyl6R6204lPVIA\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":\"pass\",\"message\":\"OAuth-1.0a signature verification was successful\"}"}],"_postman_id":"51a3d035-016a-4c84-beac-00a607795f18"}],"id":"0ee6f912-8d09-4897-9256-595297520984","_postman_id":"0ee6f912-8d09-4897-9256-595297520984","description":""},{"name":"Cookie Manipulation","item":[{"name":"Set Cookies","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test('response should be 200 or 302', function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 302]);","});","","pm.test('the \"foo1\" cookie has correct value', function () {","    pm.expect(pm.cookies.toObject()).to.have.property('foo1', 'bar1');","});","","pm.test('the \"foo2\" cookie has correct value', function () {","    pm.expect(pm.cookies.toObject()).to.have.property('foo2', 'bar2');","});","","// response code could be either a 200 or a redirection based on the settings of ","// the http client. hence we need to handle both cases","pm.test('response body should be valid', function () {","    if (pm.response.code === 200) {","        pm.response.to.have.jsonBody('cookies.foo1', 'bar1')","            .and.have.jsonBody('cookies.foo2', 'bar2');","    }","    else {","        pm.response.to.have.body('Found. Redirecting to /cookies');","    }","});"]}}],"id":"e9c74d07-682f-4c0e-87a9-58e64cbf2d60","request":{"method":"GET","header":[],"url":"https://postman-echo.com/cookies/set?foo1=bar1&foo2=bar2","description":"<p>The cookie setter endpoint accepts a list of cookies and their values as part of URL parameters of a <code>GET</code> request. These cookies are saved and can be subsequently retrieved or deleted. The response of this request returns a JSON with all cookies listed.</p>\n<p>To set your own set of cookies, simply replace the URL parameters \"foo1=bar1&amp;foo2=bar2\" with your own set of key-value pairs.</p>\n","urlObject":{"protocol":"https","path":["cookies","set"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":"bar1"},{"key":"foo2","value":"bar2"}],"variable":[]}},"response":[{"id":"7cf5b504-7112-4328-b11b-7b78f7f66fec","name":"Cookies","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"51","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 29 Oct 2015 06:15:28 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[],"responseTime":null,"body":"{\"cookies\":{\"foo1\":\"bar\",\"foo2\":\"bar\"}}"}],"_postman_id":"e9c74d07-682f-4c0e-87a9-58e64cbf2d60"},{"name":"Get Cookies","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test('the \"foo1\" cookie has correct value', function () {","    pm.expect(pm.cookies.toObject()).to.have.property('foo1', 'bar1');","});","","pm.test('the \"foo2\" cookie has correct value', function () {","    pm.expect(pm.cookies.toObject()).to.have.property('foo2', 'bar2');","});","","pm.test('response body should be valid', function () {","    pm.response.to.have.jsonBody('cookies.foo1', 'bar1');","    pm.response.to.have.jsonBody('cookies.foo2', 'bar2');","});"]}}],"id":"d991be67-147e-489a-8915-824113adf253","request":{"method":"GET","header":[],"url":"https://postman-echo.com/cookies","description":"<p>Use this endpoint to get a list of all cookies that are stored with respect to this domain. Whatever key-value pairs that has been previously set by calling the \"Set Cookies\" endpoint, will be returned as response JSON.</p>\n","urlObject":{"protocol":"https","path":["cookies"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"01b241dc-3dd3-43c2-9a23-95efd73b0a4e","name":"Cookies","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"46","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 29 Oct 2015 06:16:29 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[],"responseTime":null,"body":"{\"cookies\":{\"foo2\":\"bar\"}}"}],"_postman_id":"d991be67-147e-489a-8915-824113adf253"},{"name":"Delete Cookies","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test('response should be 200 or 302', function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 302]);","});","","pm.test('the \"foo1\" cookie should not be present', function () {","    pm.expect(pm.cookies.toObject()).to.not.have.property('foo1');","});","","pm.test('the \"foo2\" cookie should not be present', function () {","    pm.expect(pm.cookies.toObject()).to.not.have.property('foo2');","});","","// response code could be either a 200 or a redirection based on the settings of ","// the http client. hence we need to handle both cases","pm.test('response body should be valid', function () {","    if (pm.response.code === 200) {","        pm.response.to.not.have.jsonBody('cookies.foo1');","        pm.response.to.not.have.jsonBody('cookies.foo2');","    }","    else {","        pm.response.to.have.body('Found. Redirecting to /cookies');","    }","});"]}}],"id":"c43e1fdc-0bb7-414f-8865-e1b497cbc7e3","request":{"method":"GET","header":[],"url":"https://postman-echo.com/cookies/delete?foo1&foo2","description":"<p>One or more cookies that has been set for this domain can be deleted by providing the cookie names as part of the URL parameter. The response of this request is a JSON containing the list of currently set cookies.</p>\n","urlObject":{"protocol":"https","path":["cookies","delete"],"host":["postman-echo","com"],"query":[{"key":"foo1","value":null},{"key":"foo2","value":null}],"variable":[]}},"response":[{"id":"4ddd9423-9e5b-440e-a3ea-a5740c146310","name":"Cookies Response","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Encoding","key":"Content-Encoding","value":"gzip","description":""},{"name":"Content-Length","key":"Content-Length","value":"46","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 29 Oct 2015 06:16:00 GMT","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[],"responseTime":null,"body":"{\"cookies\":{\"foo2\":\"bar\"}}"}],"_postman_id":"c43e1fdc-0bb7-414f-8865-e1b497cbc7e3"}],"id":"a7041add-f5e2-4430-b959-04a144902a3b","description":"<p>The cookie related endpoints allow one to get, set and delete simple cookies.</p>\n<p>Cookies are small snippets of information that is stored in the browser and sent back to the server with every subsequent requests in order to store useful information between requests.\nIf you want to know more about cookies, read the <a href=\"https://en.wikipedia.org/wiki/HTTP_cookie\">HTTP Cookie</a> article on wikipedia.</p>\n","_postman_id":"a7041add-f5e2-4430-b959-04a144902a3b"},{"name":"Utilities","item":[{"name":"Response Status Code","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has valid json body\", function () {","    pm.response.to.have.jsonBody('status');","});","","// additional sanity tests","pm.test(\"status in response body must match the one in request\", function () {","    pm.response.to.have.jsonBody('status', Number(_.get(pm.request, 'url.path[1]')));","});"]}}],"id":"aeead69a-88e1-46c5-b457-8b3c946d047e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/status/200","description":"<p>This endpoint allows one to instruct the server which status code to respond with.</p>\n<p>Every response is accompanied by a status code. The status code provides a summary of the nature of response sent by the server. For example, a status code of <code>200</code> means everything is okay with the response and a code of <code>404</code> implies that the requested URL does not exist on server. \nA list of all valid HTTP status code can be found at the <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes\">List of Status Codes</a> wikipedia article. When using Postman, the response status code is described for easy reference.</p>\n<p>Note that if an invalid status code is requested to be sent, the server returns a status code of <code>400 Bad Request</code>.</p>\n","urlObject":{"protocol":"https","path":["status","200"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"7a630e61-2403-409a-8c8d-b21d801dcd97","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://echo.getpostman.com/status/200"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Access-Control-Allow-Credentials","key":"Access-Control-Allow-Credentials","value":"","description":""},{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"14","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Thu, 31 Mar 2016 11:58:47 GMT","description":""},{"name":"ETag","key":"ETag","value":"W/\"e-1056260003\"","description":""},{"name":"Server","key":"Server","value":"nginx/1.6.2","description":""},{"name":"Vary","key":"Vary","value":"Accept-Encoding","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Sails <sailsjs.org>","description":""}],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".getpostman.com","path":"/","secure":false,"session":false,"value":"yes","key":"getpostmanlogin"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".getpostman.com","path":"/","secure":false,"session":false,"value":"df0c0256028d7ec4d641f766104a9571a8e249685bbc667d7cee030bbf44d3209495c70c03248e31e678a93812591d5e12187a8e99bf6bc5e80c40903f6ff6226938f24e413c0ffa613a7372064ec44a8594e8d3ede6945e34394f369573feeebc4a73a3e24b8c9ac18a53704addb5fd3f71f1ede488ff551feb059e9c1fb208164814e45e0312c4df8ea6e83c26702f42ae634c6afbe82d57c857bbf5598b5527961c1c28688dc2580070a4389f0cf4ec0a179b5b9c11b2ecbaa5460d374065bf5c7a3add9505df0fa89acb9f227f05ed2d4c6b58c39d6d728bd49f6f323ae67d4a75882aa7682f5d6fc5b981ba411d94aa93970bfaefa1953a73e440d50d012b5f288975c888e2345ee7777e746fb5aed3a7b2dbc087c6456621aa78c24a3c17c5f96cf59844933249a352f631e2008cffac6faf06d0e253dcc01cf0067bf56c1fbc5ed61fec1861b60c5accf35ffc2e56154a113004fa1db9d7171c3af8fc063918554092f5","key":"postman.sid"},{"expires":"Invalid Date","hostOnly":false,"httpOnly":false,"domain":".echo.getpostman.com","path":"/","secure":false,"session":false,"value":"GA1.3.1703443399.1459422978","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"echo.getpostman.com","path":"/","secure":false,"session":true,"value":"s%3AvuHU0EKeDbyNjVrEc7U30dMPzVu8CRaD.GOV1H9olcVzXqrwqP%2BC%2B6MVj2UczXivcN00jgPoDYfs","key":"sails.sid"}],"responseTime":null,"body":"{\"status\":200}"}],"_postman_id":"aeead69a-88e1-46c5-b457-8b3c946d047e"},{"name":"Streamed Response","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has chunked transfer encoding header\", function () {","    pm.response.to.have.header('transfer-encoding', 'chunked');","});"]}}],"id":"4e0437dd-f9de-4f18-8b5b-7a02b13a320c","request":{"method":"GET","header":[],"url":"https://postman-echo.com/stream/5","description":"<p>This endpoint allows one to recieve streaming http response using <a href=\"https://en.wikipedia.org/wiki/Chunked_transfer_encoding\">chunked transfer encoding</a> of a configurable length.</p>\n<p>A streaming response does not wait for the entire response to be generated on server before flushing it out. This implies that for a fairly large response, parts of it can be streamed to the requestee as and when it is generated on server. The client can then take actions of processing this partially received data.</p>\n","urlObject":{"protocol":"https","path":["stream","5"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e0437dd-f9de-4f18-8b5b-7a02b13a320c"},{"name":"Delay Response","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var _ = require('lodash');","","pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has valid json body\", function () {","    pm.response.to.have.jsonBody('delay');","});","","// additional sanity tests","pm.test(\"request must have a valid delay\", function () {","    pm.expect(Number(_.get(pm.request, 'url.path[1]'))).to.be.above(0).and.below(10);","});","pm.test(\"response should take more time than the delay specified\", function () {","    pm.expect(pm.response.responseTime).to.be.above(Number(_.get(pm.request, 'url.path[1]')));","});"]}}],"id":"cf7f1ede-11c9-4df4-82b1-fad460271f8a","request":{"method":"GET","header":[],"url":"https://postman-echo.com/delay/2","description":"<p>Using this endpoint one can configure how long it takes for the server to come back with a response. Appending a number to the URL defines the time (in seconds) the server will wait before responding.</p>\n<p>Note that a maximum delay of 10 seconds is accepted by the server.</p>\n","urlObject":{"protocol":"https","path":["delay","2"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"aae67524-fe2a-4b3a-b942-c31c100a7369","name":"success-response","originalRequest":{"method":"GET","header":[],"url":"https://echo.getpostman.com/delay/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"13","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 02 Jan 2017 09:19:03 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"d-t/L/D5c0SDl+MoXtKdSVOg\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.1","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"echo.getpostman.com","path":"/","secure":false,"value":"s%3AYjUiFBtGiJVL2a-qzZQZ1DFlAMhgXN9O.WaAjRUV0OteZxwmhbNibuB7VKse068JJIh6PwLQUKmQ","key":"sails.sid"}],"responseTime":null,"body":"{\"delay\":\"3\"}"}],"_postman_id":"cf7f1ede-11c9-4df4-82b1-fad460271f8a"},{"name":"Get UTF8 Encoded Response","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has charset in content-type header\", function () {","    pm.response.to.have.header('content-type', 'text/html; charset=utf-8');","});","","pm.test(\"response has chunked transfer encoding header\", function () {","    pm.response.to.have.header('transfer-encoding', 'chunked');","});"]}}],"id":"6314b875-f30e-4a69-bc33-fd95b0e032ef","request":{"method":"GET","header":[],"url":"https://postman-echo.com/encoding/utf8","description":"<p>If a response of an endpoint requires to send data beyond the basic English / ASCII character set, the <code>charset</code> parameter in the <code>Content-Type</code> response header defines the character encoding policy.</p>\n<p>This endpoint returns an <code>UTF8</code> character encoded response body with text in various languages such as Greek, Latin, East Asian, etc. Postman can interpret the character encoding and use appropriate methods to display the character set in responses.</p>\n","urlObject":{"protocol":"https","path":["encoding","utf8"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6314b875-f30e-4a69-bc33-fd95b0e032ef"},{"name":"GZip Compressed Response","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has valid json body\", function () {","    pm.response.to.have.jsonBody('gzipped', true);","});","","pm.test('response headers should indicate valid content encoding', function  () {","    pm.response.to.have.header('content-encoding', 'gzip')","        .and.have.header('content-type', 'application/json');","});","","pm.test('requesting http client should accept compressed response', function () {","    pm.expect(pm.response.json()).to.have.nested.property('headers.accept-encoding')","        .and.to.match(/.*gzip.*/);","});"]}}],"id":"c27e9534-8998-45b9-9747-085b240845a0","request":{"method":"GET","header":[],"url":"https://postman-echo.com/gzip","description":"<p>This endpoint returns the response using <a href=\"https://en.wikipedia.org/wiki/Gzip\">gzip compression algoritm</a>.\nThe uncompressed response is a JSON string containing the details of the request sent by the client. For this endpoint to work, one should request with <code>Accept-encoding</code> header containing <code>gzip</code> as part of its value. Postman supports gzip, deflate and SDCH decoding and automatically sends them as part of the request.</p>\n<p>HTTP Compression allows the server to send responses in a compressed format, which is uncompressed by the client before processing. This reduces network bandwidth consumption at the cost of increase in CPU usage.\nTo know more about this, refer the <a href=\"https://en.wikipedia.org/wiki/HTTP_compression\">HTTP Compression</a> wikipedia article.</p>\n","urlObject":{"protocol":"https","path":["gzip"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c27e9534-8998-45b9-9747-085b240845a0"},{"name":"Deflate Compressed Response","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has valid json body\", function () {","    pm.response.to.have.jsonBody('deflated', true);","});","","pm.test('response headers should indicate valid content encoding', function  () {","    pm.response.to.have.header('content-encoding', 'deflate')","        .and.have.header('content-type', 'application/json');","});","","pm.test('requesting http client should accept compressed response', function () {","    pm.expect(pm.response.json()).to.have.nested.property('headers.accept-encoding')","        .and.to.match(/.*deflate.*/);","});"]}}],"id":"a32aa8e2-6bcb-42d8-87eb-78e402b885d3","request":{"method":"GET","header":[],"url":"https://postman-echo.com/deflate","description":"<p>This endpoint returns the response using <a href=\"https://en.wikipedia.org/wiki/DEFLATE\">deflate compression algoritm</a>. \nThe uncompressed response is a JSON string containing the details of the request sent by the client. For this endpoint to work, one should request with <code>Accept-encoding</code> header containing <code>deflate</code> as part of its value. Postman supports gzip, deflate and SDCH decoding and automatically sends them as part of the request.</p>\n<p>HTTP Compression allows the server to send responses in a compressed format, which is uncompressed by the client before processing. This reduces network bandwidth consumption at the cost of increase in CPU usage.\nTo know more about this, refer the <a href=\"https://en.wikipedia.org/wiki/HTTP_compression\">HTTP Compression</a> wikipedia article.</p>\n","urlObject":{"protocol":"https","path":["deflate"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a32aa8e2-6bcb-42d8-87eb-78e402b885d3"},{"name":"IP address in JSON format","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has valid json body\", function () {","    pm.response.to.have.jsonBody('ip');","});","","pm.test(\"response must return a valid ip address\", function () {","    pm.expect(pm.response.json().ip).to","        // a really gnarly regular expression to ensure that ip address is in correct format","        .match(/^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/);","});"]}}],"id":"e1be6ea7-d77a-47b9-aad1-a31478e40ca8","request":{"method":"GET","header":[],"url":"https://postman-echo.com/ip","description":"<p>A simple <code>GET</code> request to return the IP address of the source request in the following <code>JSON</code> format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  ip: \"request-ip-address\"\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["ip"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1be6ea7-d77a-47b9-aad1-a31478e40ca8"}],"id":"a202ca82-27a2-4906-ac27-f5782c5e7209","_postman_id":"a202ca82-27a2-4906-ac27-f5782c5e7209","description":""},{"name":"Utilities / Date and Time","item":[{"name":"Current UTC time","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response time matches server response 'date' header\", function () {","    pm.expect(pm.response.text()).to.eql(pm.response.headers.get('date'))","});"]}}],"id":"8bc04135-8ac1-4f87-9fdb-ab7bd1f722e5","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/now","description":"<p>A simple <code>GET</code> request to <code>/time/now</code> to return the current timestamp as a UTC string.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Fri, 04 Nov 2016 09:00:46 GMT\n</code></pre>","urlObject":{"protocol":"https","path":["time","now"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[{"id":"cdcff0cf-ae21-4ca5-8a3f-ee4ee2cddda8","name":"time as text","originalRequest":{"method":"GET","header":[],"url":"https://postman-echo.com/time/now"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 11 Jan 2017 10:27:12 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"1d-2jJhkzratfVX9VZ0+raHbw\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.1","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"set-cookie","value":"sails.sid=s%3A2lT3TO7qS1tadeSAp4axl-NcXG9CV6Rf.HGqLY%2FlKEKY4fgCLePaAZs3tCHp%2Bglf7ZOJYlonGeig; Path=/; HttpOnly","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"postman-echo.com","path":"/","secure":false,"value":"s%3A2lT3TO7qS1tadeSAp4axl-NcXG9CV6Rf.HGqLY%2FlKEKY4fgCLePaAZs3tCHp%2Bglf7ZOJYlonGeig","key":"sails.sid"}],"responseTime":null,"body":"Wed, 11 Jan 2017 10:27:12 GMT"}],"_postman_id":"8bc04135-8ac1-4f87-9fdb-ab7bd1f722e5"},{"name":"Timestamp validity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say whether request query time is valid\", function () {","    pm.response.to.have.jsonBody('valid', true);","});"]}}],"id":"772546a6-48c0-4881-ab9c-32325f52ca2e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/valid?timestamp=2016-10-10","description":"<p>A simple <code>GET</code> request to <code>/time/valid</code> to determine the validity of the timestamp, (current by default).\nThis endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a valid key to indicate the result. The response code is <code>200</code>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  valid: true/false\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","valid"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"}],"variable":[]}},"response":[{"id":"c4c16279-f09f-4eb1-8987-3243e6d312a6","name":"Invalid Timestamp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://postman-echo.com/time/valid?timestamp=2016-10-10","protocol":"https","host":["postman-echo","com"],"path":["time","valid"],"query":[{"key":"timestamp","value":"2016-10-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"15","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 11 Jan 2017 10:27:53 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"f-/i9mO/upK91ZtL0BkKFGtw\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.1","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"set-cookie","value":"sails.sid=s%3ATNJaNxi2QCv4RPBb64sIZxQGN1h6IP3g.9sQVAijlsLsh0r7LgffxXa9k2we6UumPEVv%2Bsk4woLI; Path=/; HttpOnly","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"postman-echo.com","path":"/","secure":false,"value":"s%3ATNJaNxi2QCv4RPBb64sIZxQGN1h6IP3g.9sQVAijlsLsh0r7LgffxXa9k2we6UumPEVv%2Bsk4woLI","key":"sails.sid"}],"responseTime":null,"body":"{\"valid\":false}"},{"id":"ce2dc2f9-de86-4039-a3e3-1e6de6ae77e6","name":"Valid Timestamp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://postman-echo.com/time/valid?timestamp=2016-10-10","protocol":"https","host":["postman-echo","com"],"path":["time","valid"],"query":[{"key":"timestamp","value":"2016-10-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"14","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 11 Jan 2017 10:27:33 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"e-OYN7L87J1Ba9oy5mJE2kcA\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.1","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"set-cookie","value":"sails.sid=s%3AdDGZPe1CZw4mAxGVCHr6RfCADCAwquXa.F5MEm5LJad30JHrSwGGoyWLn2OAAGdvUM7kDtzNfdFI; Path=/; HttpOnly","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"postman-echo.com","path":"/","secure":false,"value":"s%3AdDGZPe1CZw4mAxGVCHr6RfCADCAwquXa.F5MEm5LJad30JHrSwGGoyWLn2OAAGdvUM7kDtzNfdFI","key":"sails.sid"}],"responseTime":null,"body":"{\"valid\":true}"}],"_postman_id":"772546a6-48c0-4881-ab9c-32325f52ca2e"},{"name":"Format timestamp","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say whether request query time is valid\", function () {","    pm.response.to.have.jsonBody('format', '20');","});"]}}],"id":"719a06fe-d57d-4314-9adc-647cf329f2e5","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/format?timestamp=2016-10-10&format=mm","description":"<p>A simple <code>GET</code> request to <code>/time/format</code> to convert the timestamp to any desired valid format.</p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>format</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  format: \"formatted-timestamp\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","format"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"format","value":"mm"}],"variable":[]}},"response":[],"_postman_id":"719a06fe-d57d-4314-9adc-647cf329f2e5"},{"name":"Extract timestamp unit","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say whether request query unit is valid\", function () {","    pm.response.to.have.jsonBody('unit', 1);","});"]}}],"id":"48f46c08-d67a-45ac-9f02-e11ce2cf118e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/unit?timestamp=2016-10-10&unit=day","description":"<p>A simple <code>GET</code> request to <code>/time/unit</code> to extract the specified timestamp unit (as provided in the <code>unit</code> query parameter). The default unit returned is the <code>year</code>.</p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>unit</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  unit: \"extracted-timestamp-unit\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","unit"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"unit","value":"day"}],"variable":[]}},"response":[],"_postman_id":"48f46c08-d67a-45ac-9f02-e11ce2cf118e"},{"name":"Time addition","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should return the added years\", function () {","    pm.response.to.have.jsonBody('sum', 'Sat Oct 10 2116 00:00:00 GMT+0000');","});"]}}],"id":"b37b7604-373a-4626-b4b8-303fc8ea1b1c","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/add?timestamp=2016-10-10&years=100","description":"<p>A simple <code>GET</code> request to <code>/time/add</code> to add units of time to the specified / current timestamp (as provided in the <code>years</code>, <code>months</code>, <code>days</code>, <code>hours</code>, <code>minutes</code>, <code>seconds</code>, and <code>milliseconds</code> query parameters).</p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>sum</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  sum: \"sum of (provided / current) and provided timestamps\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","add"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"years","value":"100"}],"variable":[]}},"response":[],"_postman_id":"b37b7604-373a-4626-b4b8-303fc8ea1b1c"},{"name":"Time subtraction","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should return the subtracted years\", function () {","    pm.response.to.have.jsonBody('difference', 'Mon Oct 10 1966 00:00:00 GMT+0000');","});"]}}],"id":"2fd0b59e-d27a-4bd3-bade-f72e577ad0e3","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/subtract?timestamp=2016-10-10&years=50","description":"<p>A simple <code>GET</code> request to <code>/time/subtract</code> to subtract units of time from the specified / current timestamp (as provided in the <code>years</code>, <code>months</code>, <code>days</code>, <code>hours</code>, <code>minutes</code>, <code>seconds</code>, and <code>milliseconds</code> query parameters).</p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>difference</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  difference: \"difference between (provided / current) and provided timestamps\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","subtract"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"years","value":"50"}],"variable":[]}},"response":[],"_postman_id":"2fd0b59e-d27a-4bd3-bade-f72e577ad0e3"},{"name":"Start of time","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should return the beginning of month\", function () {","    pm.response.to.have.jsonBody('start', 'Sat Oct 01 2016 00:00:00 GMT+0000');","});"]}}],"id":"daa3dca4-5736-4131-a58c-c8a67add3059","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/start?timestamp=2016-10-10&unit=month","description":"<p>A simple <code>GET</code> request to <code>/time/start</code> to return a relative timstamp in the past from the specified / current timestamp (as provided in the <code>unit</code> query parameter).</p>\n<p>For instance, if the <code>unit</code> has been specified as <code>month</code>, the returned timestamp would indicate the beginning of the current month. Similar results are returned for other units of time, like: <code>years</code>, <code>months</code>, <code>days</code>, <code>hours</code>, <code>minutes</code>, <code>seconds</code>, and <code>milliseconds</code></p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>start</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  start: \"A timestamp from the past, depending on the `unit` specified\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","start"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"unit","value":"month"}],"variable":[]}},"response":[],"_postman_id":"daa3dca4-5736-4131-a58c-c8a67add3059"},{"name":"Object representation","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should return the date components\", function () {","    pm.expect(pm.response.json()).to.eql({","        \"years\": 2016,","        \"months\": 9,","        \"date\": 10,","        ","        \"hours\": 0,","        \"minutes\": 0,","        \"seconds\": 0,","        \"milliseconds\": 0","    });","});"]}}],"id":"2a6582e9-0e05-42a5-9f6f-0dd0600d8d49","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/object?timestamp=2016-10-10","description":"<p>A simple <code>GET</code> request to <code>/time/object</code> to return the current / provided timestamp as a JSON object.</p>\n<p>For instance, if the <code>unit</code> has been specified as <code>month</code>, the returned timestamp would indicate the beginning of the current month. Similar results are returned for other units of time, like: <code>years</code>, <code>months</code>, <code>days</code>, <code>hours</code>, <code>minutes</code>, <code>seconds</code>, and <code>milliseconds</code></p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, and <code>strict</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  years: 2016,\n  months: 10,\n  days: 10,\n  hours: 23,\n  minutes: 34,\n  seconds: 20,\n  milliseconds: 980\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","object"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"}],"variable":[]}},"response":[],"_postman_id":"2a6582e9-0e05-42a5-9f6f-0dd0600d8d49"},{"name":"Before comparisons","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say timestamp is before target\", function () {","    pm.response.to.have.jsonBody('before', true);","});"]}}],"id":"a898ef27-6c91-4a3a-b38a-de0771681b5d","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/before?timestamp=2016-10-10&target=2017-10-10","description":"<p>A simple <code>GET</code> request to <code>/time/before</code> to check if the provided timestamps is before a comparison <code>target</code> (query parameter).</p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, <code>strict</code>, and <code>target</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>before</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  before: true/false\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","before"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"target","value":"2017-10-10"}],"variable":[]}},"response":[],"_postman_id":"a898ef27-6c91-4a3a-b38a-de0771681b5d"},{"name":"After comparisons","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say timestamp is not after target\", function () {","    pm.response.to.have.jsonBody('after', false);","});"]}}],"id":"87e51b8f-4014-4d0a-8414-3a5b8f57dbd0","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/after?timestamp=2016-10-10&target=2017-10-10","description":"<p>A simple <code>GET</code> request to <code>/time/after</code> to check if the provided timestamps is after a comparison <code>target</code> (query parameter).</p>\n<p>This endpoint accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, <code>strict</code>, and <code>target</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>after</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  after: true/false\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","after"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"target","value":"2017-10-10"}],"variable":[]}},"response":[],"_postman_id":"87e51b8f-4014-4d0a-8414-3a5b8f57dbd0"},{"name":"Between timestamps","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say timestamp is not between start and end\", function () {","    pm.response.to.have.jsonBody('between', false);","});"]}}],"id":"0ffb1803-d448-422c-ab16-4d7989f66b1e","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/between?timestamp=2016-10-10&start=2017-10-10&end=2019-10-10","description":"<p>A simple <code>GET</code> request to <code>/time/between</code> to check if the provided timestamp is between a range specified by the <code>start</code> and <code>end</code> query parameters. A resolution limit can also be specified by the <code>unit</code> query parameter.</p>\n<p>For instance, for a resolution <code>unit</code> of <code>month</code>,\n<code>2016-10-05</code> does lie between <code>2016-11-02</code> and <code>2016-09-01</code>.</p>\n<p>This endpoint also accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, <code>strict</code>, and <code>target</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>between</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  between: true/false\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","between"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"},{"key":"start","value":"2017-10-10"},{"key":"end","value":"2019-10-10"}],"variable":[]}},"response":[],"_postman_id":"0ffb1803-d448-422c-ab16-4d7989f66b1e"},{"name":"Leap year check","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response json should say timestamp is within leap year\", function () {","    pm.response.to.have.jsonBody('leap', true);","});"]}}],"id":"a6230deb-7d3d-4538-91d1-d41493eec6c6","request":{"method":"GET","header":[],"url":"https://postman-echo.com/time/leap?timestamp=2016-10-10","description":"<p>A simple <code>GET</code> request to <code>/time/leap</code> to check if the provided/current timestamp belongs to a leap year.</p>\n<p>This endpoint also accepts <code>timestamp</code>, <code>locale</code>, <code>format</code>, <code>strict</code>, and <code>target</code> query parameters to construct the date time instance to check against.</p>\n<p>Responses are provided in JSON format, with a <code>leap</code> key to indicate the result. The response code is <code>200</code> for valid query parameters, and <code>400</code> otherwise.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  leap: true/false\n}\n</code></pre>","urlObject":{"protocol":"https","path":["time","leap"],"host":["postman-echo","com"],"query":[{"key":"timestamp","value":"2016-10-10"}],"variable":[]}},"response":[],"_postman_id":"a6230deb-7d3d-4538-91d1-d41493eec6c6"}],"id":"07f151fe-eae9-4e1c-8fca-dbe175dfdd45","description":"<p>A set of <code>/time/*</code> mounted requests to perform date-time manipulations, among other operations.</p>\n","_postman_id":"07f151fe-eae9-4e1c-8fca-dbe175dfdd45"},{"name":"Utilities / Postman Collection","item":[{"name":"Transform collection from format v1 to v2","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has almost valid items\", function () {","    pm.response.to.have.jsonBody('info.schema', 'https://schema.getpostman.com/json/collection/v2.0.0/collection.json')","        .and.to.have.jsonBody('item[0].name', 'A simple GET request')","        .and.to.have.jsonBody('item[1].name', 'A simple POST request');","});"]}}],"id":"5211f2e3-d274-4a09-aab6-e17f55c4e354","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"7875be4b-917d-4aff-8cc4-5606c36bf418\",\n  \"name\": \"Sample Postman Collection\",\n  \"description\": \"A sample collection to demonstrate collections as a set of related requests\",\n  \"order\": [\n    \"4d9134be-e8bf-4693-9cd7-1c0fc66ae739\",\n    \"141ba274-cc50-4377-a59c-e080066f375e\"\n  ],\n  \"folders\": [],\n  \"requests\": [\n    {\n      \"id\": \"4d9134be-e8bf-4693-9cd7-1c0fc66ae739\",\n      \"name\": \"A simple GET request\",\n      \"collectionId\": \"877b9dae-a50e-4152-9b89-870c37216f78\",\n      \"method\": \"GET\",\n      \"headers\": \"\",\n      \"data\": [],\n      \"rawModeData\": \"\",\n      \"tests\": \"tests['response code is 200'] = (responseCode.code === 200);\",\n      \"preRequestScript\": \"\",\n      \"url\": \"https://postman-echo.com/get?source=newman-sample-github-collection\"\n    },\n    {\n      \"id\": \"141ba274-cc50-4377-a59c-e080066f375e\",\n      \"name\": \"A simple POST request\",\n      \"collectionId\": \"877b9dae-a50e-4152-9b89-870c37216f78\",\n      \"method\": \"POST\",\n      \"headers\": \"Content-Type: text/plain\",\n      \"dataMode\": \"raw\",\n      \"data\": [],\n      \"rawModeData\": \"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\",\n      \"url\": \"https://postman-echo.com/post\"\n    }\n  ]\n}"},"url":"https://postman-echo.com/transform/collection?from=1&to=2","urlObject":{"protocol":"https","path":["transform","collection"],"host":["postman-echo","com"],"query":[{"key":"from","value":"1"},{"key":"to","value":"2"}],"variable":[]}},"response":[{"id":"3976b707-8ab5-45e6-8144-8226a848dd82","name":"Sample v2 Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"7875be4b-917d-4aff-8cc4-5606c36bf418\",\n  \"name\": \"Sample Postman Collection\",\n  \"description\": \"A sample collection to demonstrate collections as a set of related requests\",\n  \"order\": [\n    \"4d9134be-e8bf-4693-9cd7-1c0fc66ae739\",\n    \"141ba274-cc50-4377-a59c-e080066f375e\",\n    \"4511ca8b-0bc7-430f-b894-a7ec1036f322\"\n  ],\n  \"folders\": [],\n  \"requests\": [\n    {\n      \"id\": \"4d9134be-e8bf-4693-9cd7-1c0fc66ae739\",\n      \"name\": \"A simple GET request\",\n      \"collectionId\": \"877b9dae-a50e-4152-9b89-870c37216f78\",\n      \"method\": \"GET\",\n      \"headers\": \"\",\n      \"data\": [],\n      \"rawModeData\": \"\",\n      \"tests\": \"tests['response code is 200'] = (responseCode.code === 200);\",\n      \"preRequestScript\": \"\",\n      \"url\": \"https://postman-echo.com/get?source=newman-sample-github-collection\"\n    },\n    {\n      \"id\": \"141ba274-cc50-4377-a59c-e080066f375e\",\n      \"name\": \"A simple POST request\",\n      \"collectionId\": \"877b9dae-a50e-4152-9b89-870c37216f78\",\n      \"method\": \"POST\",\n      \"headers\": \"Content-Type: text/plain\",\n      \"dataMode\": \"raw\",\n      \"data\": [],\n      \"rawModeData\": \"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\",\n      \"url\": \"https://postman-echo.com/post\"\n    },\n    {\n      \"id\": \"4511ca8b-0bc7-430f-b894-a7ec1036f322\",\n      \"name\": \"A simple POST request with JSON body\",\n      \"collectionId\": \"877b9dae-a50e-4152-9b89-870c37216f78\",\n      \"method\": \"POST\",\n      \"headers\": \"Content-Type: application/json\",\n      \"dataMode\": \"raw\",\n      \"data\": [],\n      \"rawModeData\": \"{\\\"text\\\":\\\"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\\\"}\",\n      \"url\": \"https://postman-echo.com/post\"\n    }\n  ]\n}"},"url":{"raw":"https://postman-echo.com/transform/collection?from=1&to=2","protocol":"https","host":["postman-echo","com"],"path":["transform","collection"],"query":[{"key":"from","value":"1"},{"key":"to","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 11 Jan 2017 10:41:32 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"4cc-7P727Clhlrl9+b1/vneniw\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.1","name":"Server","description":""},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","name":"Vary","description":""},{"key":"set-cookie","value":"sails.sid=s%3AHtnQ1hlPxoj7wZahoNkcjN-aw9nQL0fc.KSyfLbEKhv1Lt3LvH13Ogjv9ENZgsBBSM6V8Y7TqVOU; Path=/; HttpOnly","name":"set-cookie","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"postman-echo.com","path":"/","secure":false,"value":"s%3AHtnQ1hlPxoj7wZahoNkcjN-aw9nQL0fc.KSyfLbEKhv1Lt3LvH13Ogjv9ENZgsBBSM6V8Y7TqVOU","key":"sails.sid"}],"responseTime":null,"body":"{\"variables\":[],\"info\":{\"name\":\"Sample Postman Collection\",\"_postman_id\":\"7875be4b-917d-4aff-8cc4-5606c36bf418\",\"description\":\"A sample collection to demonstrate collections as a set of related requests\",\"schema\":\"https://schema.getpostman.com/json/collection/v2.0.0/collection.json\"},\"item\":[{\"name\":\"A simple GET request\",\"event\":[{\"listen\":\"test\",\"script\":{\"type\":\"text/javascript\",\"exec\":[\"tests['response code is 200'] = (responseCode.code === 200);\"]}}],\"request\":{\"url\":\"https://postman-echo.com/get?source=newman-sample-github-collection\",\"method\":\"GET\",\"header\":[],\"body\":{\"mode\":\"raw\",\"raw\":\"\"}},\"response\":[]},{\"name\":\"A simple POST request\",\"request\":{\"url\":\"https://postman-echo.com/post\",\"method\":\"POST\",\"header\":[{\"key\":\"Content-Type\",\"value\":\"text/plain\",\"description\":\"\"}],\"body\":{\"mode\":\"raw\",\"raw\":\"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\"}},\"response\":[]},{\"name\":\"A simple POST request with JSON body\",\"request\":{\"url\":\"https://postman-echo.com/post\",\"method\":\"POST\",\"header\":[{\"key\":\"Content-Type\",\"value\":\"application/json\",\"description\":\"\"}],\"body\":{\"mode\":\"raw\",\"raw\":\"{\\\"text\\\":\\\"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\\\"}\"}},\"response\":[]}]}"}],"_postman_id":"5211f2e3-d274-4a09-aab6-e17f55c4e354"},{"name":"Transform collection from format v2 to v1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response has almost valid items\", function () {","    pm.response.to.have.jsonBody('folders', [])","        .and.to.have.jsonBody('order')","        .and.to.have.jsonBody('requests[0].name', 'A simple GET request')","        .and.to.have.jsonBody('requests[1].name', 'A simple POST request');","});"]}}],"id":"143f5702-a203-4d5b-8b50-1631d484e5cb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"info\": {\n    \"name\": \"Sample Postman Collection\",\n    \"schema\": \"https://schema.getpostman.com/json/collection/v2.0.0/collection.json\",\n    \"description\": \"A sample collection to demonstrate collections as a set of related requests\"\n  },\n\n  \"item\": [{\n    \"name\": \"A simple GET request\",\n    \"request\": {\n      \"url\": \"https://postman-echo.com/get?source=newman-sample-github-collection\",\n      \"method\": \"GET\"\n    }\n  }, {\n    \"name\": \"A simple POST request\",\n    \"request\": {\n      \"url\": \"https://postman-echo.com/post\",\n      \"method\": \"POST\",\n      \"header\": [{\n        \"key\": \"Content-Type\",\n        \"value\": \"text/plain\"\n      }],\n      \"body\": {\n        \"mode\": \"raw\",\n        \"raw\": \"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\"\n      }\n    }\n  }]\n}"},"url":"https://postman-echo.com/transform/collection?from=2&to=1","urlObject":{"protocol":"https","path":["transform","collection"],"host":["postman-echo","com"],"query":[{"key":"from","value":"2"},{"key":"to","value":"1"}],"variable":[]}},"response":[{"id":"b7203fc5-d304-444f-8215-710afca1d774","name":"Sample v1 Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"The mime type of this content"}],"body":{"mode":"raw","raw":"{\n  \"info\": {\n    \"name\": \"Sample Postman Collection\",\n    \"schema\": \"https://schema.getpostman.com/json/collection/v2.0.0/collection.json\",\n    \"description\": \"A sample collection to demonstrate collections as a set of related requests\"\n  },\n\n  \"item\": [{\n    \"name\": \"A simple GET request\",\n    \"event\": [{\n      \"listen\": \"test\",\n      \"script\": {\n        \"type\": \"text/javascript\",\n        \"exec\": [\"tests['response code is 200'] = (responseCode.code === 200);\"]\n      }\n    }],\n    \"request\": {\n      \"url\": \"https://postman-echo.com/get?source=newman-sample-github-collection\",\n      \"method\": \"GET\"\n    }\n  }, {\n    \"name\": \"A simple POST request\",\n    \"request\": {\n      \"url\": \"https://postman-echo.com/post\",\n      \"method\": \"POST\",\n      \"header\": [{\n        \"key\": \"Content-Type\",\n        \"value\": \"text/plain\"\n      }],\n      \"body\": {\n        \"mode\": \"raw\",\n        \"raw\": \"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\"\n      }\n    }\n  }, {\n    \"name\": \"A simple POST request with JSON body\",\n    \"request\": {\n      \"url\": \"https://postman-echo.com/post\",\n      \"method\": \"POST\",\n      \"header\": [{\n        \"key\": \"Content-Type\",\n        \"value\": \"application/json\"\n      }],\n      \"body\": {\n        \"mode\": \"raw\",\n        \"raw\": \"{\\\"text\\\":\\\"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\\\"}\"\n      }\n    }\n  }]\n}"},"url":{"raw":"https://postman-echo.com/transform/collection?from=2&to=1","protocol":"https","host":["postman-echo","com"],"path":["transform","collection"],"query":[{"key":"from","value":"2"},{"key":"to","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 11 Jan 2017 10:38:42 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"569-P9uLZEIyoPfMmQ+U0mTO1A\"","name":"ETag","description":""},{"key":"Server","value":"nginx/1.10.1","name":"Server","description":""},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","name":"Vary","description":""},{"key":"set-cookie","value":"sails.sid=s%3A55y5Ll7HpTzt_hKuw6N54k4N04ilmMdn.uCPCHttP5DmI%2BdBw2I9NZL55lFFOzz4XxS4qAHv47gI; Path=/; HttpOnly","name":"set-cookie","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"postman-echo.com","path":"/","secure":false,"value":"s%3A55y5Ll7HpTzt_hKuw6N54k4N04ilmMdn.uCPCHttP5DmI%2BdBw2I9NZL55lFFOzz4XxS4qAHv47gI","key":"sails.sid"}],"responseTime":null,"body":"{\"id\":\"0c42230c-c8e4-4ca0-a4aa-d393971de8b8\",\"name\":\"Sample Postman Collection\",\"description\":\"A sample collection to demonstrate collections as a set of related requests\",\"order\":[\"3d04ed83-dc1e-40ec-923c-16aa92509e50\",\"e02f8160-fb41-4633-be80-cc7d701e85b4\",\"77bd6d4d-1060-4927-aa5c-dcdba7f750cf\"],\"folders\":[],\"requests\":[{\"id\":\"3d04ed83-dc1e-40ec-923c-16aa92509e50\",\"name\":\"A simple GET request\",\"collectionId\":\"1dd68aff-a3fa-4f52-904f-5b75053bc9d9\",\"method\":\"GET\",\"headers\":\"\",\"data\":[],\"rawModeData\":\"\",\"tests\":\"tests['response code is 200'] = (responseCode.code === 200);\",\"preRequestScript\":\"\",\"url\":\"https://postman-echo.com/get?source=newman-sample-github-collection\"},{\"id\":\"e02f8160-fb41-4633-be80-cc7d701e85b4\",\"name\":\"A simple POST request\",\"collectionId\":\"1dd68aff-a3fa-4f52-904f-5b75053bc9d9\",\"method\":\"POST\",\"headers\":\"Content-Type: text/plain\",\"dataMode\":\"raw\",\"data\":[],\"rawModeData\":\"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\",\"url\":\"https://postman-echo.com/post\"},{\"id\":\"77bd6d4d-1060-4927-aa5c-dcdba7f750cf\",\"name\":\"A simple POST request with JSON body\",\"collectionId\":\"1dd68aff-a3fa-4f52-904f-5b75053bc9d9\",\"method\":\"POST\",\"headers\":\"Content-Type: application/json\",\"dataMode\":\"raw\",\"data\":[],\"rawModeData\":\"{\\\"text\\\":\\\"Duis posuere augue vel cursus pharetra. In luctus a ex nec pretium...\\\"}\",\"url\":\"https://postman-echo.com/post\"}]}"}],"_postman_id":"143f5702-a203-4d5b-8b50-1631d484e5cb"}],"id":"9c1229f6-159a-444a-b8dc-c9dca9eb8baa","_postman_id":"9c1229f6-159a-444a-b8dc-c9dca9eb8baa","description":""},{"name":"Auth: Digest","item":[{"name":"DigestAuth Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"response code is 401\"] = responseCode.code === 401;","tests[\"response has WWW-Authenticate header\"] = (postman.getResponseHeader('WWW-Authenticate'));","","var authenticateHeader = postman.getResponseHeader('WWW-Authenticate'),","    realmStart = authenticateHeader.indexOf('\"',authenticateHeader.indexOf(\"realm\")) + 1 ,","    realmEnd = authenticateHeader.indexOf('\"',realmStart),","    realm = authenticateHeader.slice(realmStart,realmEnd),","    nonceStart = authenticateHeader.indexOf('\"',authenticateHeader.indexOf(\"nonce\")) + 1,","    nonceEnd = authenticateHeader.indexOf('\"',nonceStart),","    nonce = authenticateHeader.slice(nonceStart,nonceEnd);","    ","postman.setGlobalVariable('echo_digest_realm', realm);","postman.setGlobalVariable('echo_digest_nonce', nonce);"]}}],"id":"988e9b69-f68e-4bd3-8506-b870b6a2a25d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"xWnkliVQJURqB2x1","type":"text"},{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"https://www.getpostman.com/oauth2/callback","type":"text"},{"key":"client_id","value":"abc123","type":"text"},{"key":"client_secret","value":"ssh-secret","type":"text"}]},"url":"https://postman-echo.com/digest-auth","description":"<p>Performing a simple <code>GET</code> request to this endpoint returns status code <code>401 Unauthorized</code> with <code>WWW-Authenticate</code> header containing information to successfully authenticate subsequent requests.\nThe <code>WWW-Authenticate</code> header must be processed to extract <code>realm</code> and <code>nonce</code> values to hash subsequent requests.</p>\n<p>When this request is executed within Postman, the script attached with this request does the hard work of extracting realm and nonce from the header and set it as <a href=\"https://www.getpostman.com/docs/environments#global-variables?source=echo-collection-app-onboarding\">global variables</a> named <code>echo_digest_nonce</code> and <code>echo_digest_realm</code>.\nThese variables are re-used in subsequent request for seamless integration of the two requests.</p>\n","urlObject":{"protocol":"https","path":["digest-auth"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"988e9b69-f68e-4bd3-8506-b870b6a2a25d"}],"id":"7520766f-8750-402a-a5fc-d771c584582f","description":"<p>Digest authentication protects an endpoint with a username and password without actually transmitting the password over network.\nOne has to apply a hash function (like MD5, etc) to the username and password before sending them over the network.</p>\n<blockquote>\n<p>Username: <code>postman</code></p>\n<p>Password: <code>password</code></p>\n</blockquote>\n<p>Unlike Basic-Auth, authentication happens using two consecutive requests where the first request returns <code>401 Unauthorised</code> along with <code>WWW-Authenticate</code> header containing information that needs to be used to authenticate subsequent calls.</p>\n<p>To know more about digest authentication, refer to the <a href=\"https://en.wikipedia.org/wiki/Digest_access_authentication\">Digest Access Authentication</a> wikipedia article.\nThe article on <a href=\"https://www.getpostman.com/docs/helpers#digest-auth\">authentication helpers</a> elaborates how to use the same within the Postman app.</p>\n","_postman_id":"7520766f-8750-402a-a5fc-d771c584582f"}]}