{"info":{"_postman_id":"139147d8-e054-43df-858d-7d83f73df197","name":"Proxies","description":"<html><head></head><body><p>Store proxies to be used for checkout tasks.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5027621","collectionId":"139147d8-e054-43df-858d-7d83f73df197","publishedId":"TVt2c3ee","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-02T04:00:13.000Z"},"item":[{"name":"{{baseUrl}}/v1/proxies","id":"507d97b4-fad6-4038-8b02-9b43ea2fd10f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ip_address\": \"20.50.107.111\",\n    \"port\": 80,\n    \"protocol\": \"http\",\n    \"username\": null,\n    \"password\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/proxies","urlObject":{"path":["v1","proxies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d61bfd57-091d-468d-9c66-9feeee3d6200","name":"{{baseUrl}}/v1/proxies","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ip_address\": \"20.50.107.111\",\n    \"port\": 80,\n    \"protocol\": \"http\",\n    \"username\": null,\n    \"password\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/proxies"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Proxy successfully created\",\n    \"data\": {\n        \"id\": 1,\n        \"ip_address\": \"20.50.107.111\",\n        \"port\": 80,\n        \"protocol\": \"http\",\n        \"username\": null,\n        \"password\": null,\n        \"has_been_used\": false,\n        \"created_at\": \"2021-01-01T17:53:20.008Z\",\n        \"updated_at\": \"2021-01-01T17:53:20.008Z\",\n        \"is_deleted\": false\n    }\n}"}],"_postman_id":"507d97b4-fad6-4038-8b02-9b43ea2fd10f"},{"name":"{{baseUrl}}/v1/proxies","id":"14f0415e-fafd-4289-87a3-4a7d1346562e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/proxies","urlObject":{"path":["v1","proxies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e4ad3c84-33fd-4eb1-a312-e2686866d1f5","name":"{{baseUrl}}/v1/proxies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/v1/proxies"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Proxies successfully found\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ip_address\": \"20.50.107.111\",\n            \"port\": 80,\n            \"protocol\": \"http\",\n            \"username\": null,\n            \"password\": null,\n            \"has_been_used\": false,\n            \"created_at\": \"2021-01-01T17:53:20.008Z\",\n            \"updated_at\": \"2021-01-01T17:53:20.008Z\",\n            \"is_deleted\": false\n        }\n    ]\n}"}],"_postman_id":"14f0415e-fafd-4289-87a3-4a7d1346562e"},{"name":"{{baseUrl}}/v1/proxies/:id","id":"d348078b-2704-4051-b1c7-3d9f03a506c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/proxies/1","urlObject":{"path":["v1","proxies","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"78fc6085-3896-4de4-a203-2141237f9328","name":"{{baseUrl}}/v1/proxies/:id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/v1/proxies/1"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Proxy successfully found\",\n    \"data\": {\n        \"id\": 1,\n        \"ip_address\": \"20.50.107.111\",\n        \"port\": 80,\n        \"protocol\": \"http\",\n        \"username\": null,\n        \"password\": null,\n        \"has_been_used\": false,\n        \"created_at\": \"2021-01-01T17:53:20.008Z\",\n        \"updated_at\": \"2021-01-01T17:53:20.008Z\",\n        \"is_deleted\": false\n    }\n}"}],"_postman_id":"d348078b-2704-4051-b1c7-3d9f03a506c2"},{"name":"{{baseUrl}}/v1/proxies/:id","id":"10601f14-9ae5-47f7-8f12-9e3637cb50b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"ip_address\": \"20.50.107.111\",\n    \"port\": 80,\n    \"protocol\": \"http\",\n    \"username\": null,\n    \"password\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/proxies/1","urlObject":{"path":["v1","proxies","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0816394d-6393-46e4-a2e1-7cd3e3bc399a","name":"{{baseUrl}}/v1/proxies/:id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ip_address\": \"20.50.107.111\",\n    \"port\": 80,\n    \"protocol\": \"http\",\n    \"username\": null,\n    \"password\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/proxies/1"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Proxy successfully updated\",\n    \"data\": {\n        \"id\": 1,\n        \"ip_address\": \"20.50.107.111\",\n        \"port\": 80,\n        \"protocol\": \"http\",\n        \"username\": null,\n        \"password\": null,\n        \"has_been_used\": false,\n        \"created_at\": \"2021-01-01T17:53:20.008Z\",\n        \"updated_at\": \"2021-01-01T17:53:20.008Z\",\n        \"is_deleted\": false\n    }\n}"}],"_postman_id":"10601f14-9ae5-47f7-8f12-9e3637cb50b2"},{"name":"{{baseUrl}}/v1/proxies/:id","id":"309ca9c1-bbe4-468a-b964-68171345d875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1/proxies/1","urlObject":{"path":["v1","proxies","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"43e29575-cdb8-4048-98db-5e78d922cbb2","name":"{{baseUrl}}/v1/proxies/:id","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/v1/proxies/1"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Proxy successfully deleted\",\n    \"data\": {\n        \"id\": 1,\n        \"ip_address\": \"20.50.107.111\",\n        \"port\": 80,\n        \"protocol\": \"http\",\n        \"username\": null,\n        \"password\": null,\n        \"has_been_used\": false,\n        \"created_at\": \"2021-01-01T17:53:20.008Z\",\n        \"updated_at\": \"2021-01-01T17:53:20.008Z\",\n        \"is_deleted\": true\n    }\n}"}],"_postman_id":"309ca9c1-bbe4-468a-b964-68171345d875"}]}