{"info":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","description":"<html><head></head><body><p>Proxy-Cheap API for Resellers.</p>\n<p>API access is in beta and currently invite-only.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5861128","collectionId":"06950dd5-359c-4c1e-a72f-369a410660ed","publishedId":"SWE6ZxQN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-09T14:13:48.000Z"},"item":[{"name":"Reseller Account","item":[{"name":"View your reseller account info","id":"24d24ac8-b0eb-4b97-9dc0-98f6a93765c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer API-ACCESS-TOKEN","type":"text"}],"url":"https://reseller.proxy-cheap.com/reseller/my_info","description":"<p>Returns general info about your Proxy-Cheap Reseller account.</p>\n<p>Balance is listed in USD cents.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","my_info"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"0fb59d43-5f35-43bb-8325-365f943b9fca","name":"View your reseller account info","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer API-ACCESS-TOKEN","type":"text"}],"url":"https://reseller.proxy-cheap.com/reseller/my_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:36:47 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"415"},{"key":"Content-Length","value":"189"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802207,\n    \"data\": {\n        \"username\": \"reseller\",\n        \"balance\": 99980,\n        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n        \"date_created\": \"2019-09-06T17:19:41.010792Z\"\n    }\n}"}],"_postman_id":"24d24ac8-b0eb-4b97-9dc0-98f6a93765c2"}],"id":"c967b725-385f-4678-8b21-e70e8dcd0d3b","_postman_id":"c967b725-385f-4678-8b21-e70e8dcd0d3b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}}},{"name":"Sub-Users","item":[{"name":"Create a sub-user","id":"7df1c9a1-0815-4ee2-babe-db76067e997b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/create","description":"<p>Creates a sub-user under your Proxy-Cheap Reseller account.</p>\n<p><strong>FEE WARNING:</strong> </p>\n<p>Invoking this API call will subtract $0.10 cents from your Proxy-Cheap Reseller account balance.</p>\n<p>This small fee is intended to deter abuse and prevent Proxy-Cheap Resellers from creating unnecessary accounts.</p>\n<p>Please use this API call sparingly.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","create"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"e2ed9f46-3067-4b90-856f-2fb579368b12","name":"Create a sub-user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"jdavis9\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:41:37 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"80"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"WARNING: as an abuse prevention measure, calls to this endpoint subtract $0.10 from your reseller balance\",\n    \"timestamp\": 1567802497,\n    \"data\": {\n        \"username\": \"subuser1\",\n        \"balance\": 0,\n        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n        \"date_created\": \"2019-09-06T20:41:37.801887Z\"\n    }\n}"}],"_postman_id":"7df1c9a1-0815-4ee2-babe-db76067e997b"},{"name":"View all sub-users","id":"2f50e0df-608b-4430-bd51-3573c95b02fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer API-ACCESS-TOKEN","type":"text"}],"url":"https://reseller.proxy-cheap.com/reseller/sub_users/view_all","description":"<p>Returns a list of sub-users owned by your Proxy-Cheap Reseller account.</p>\n<p>Balance is listed in USD cents.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","view_all"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"778e5738-44f6-4222-981e-6c33ea879698","name":"View all sub-users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer API-ACCESS-TOKEN","type":"text"}],"url":"https://reseller.proxy-cheap.com/reseller/sub_users/view_all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:41:55 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"238"},{"key":"Content-Length","value":"397"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802515,\n    \"data\": [\n        {\n            \"username\": \"subuser2\",\n            \"balance\": 0,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T20:40:50.584001Z\"\n        },\n        {\n            \"username\": \"subuser\",\n            \"balance\": 0,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T17:31:07.083938Z\"\n        },\n        {\n            \"username\": \"dbixel\",\n            \"balance\": 0,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T20:41:31.541174Z\"\n        },\n        {\n            \"username\": \"subuser3\",\n            \"balance\": 0,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T20:40:55.981871Z\"\n        },\n        {\n            \"username\": \"jdavis9\",\n            \"balance\": 0,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T20:41:37.801887Z\"\n        },\n        {\n            \"username\": \"newusername\",\n            \"balance\": 0,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T20:41:12.409673Z\"\n        },\n        {\n            \"username\": \"subuser1\",\n            \"balance\": 900,\n\t        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n            \"date_created\": \"2019-09-06T20:31:16.250078Z\"\n        }\n    ]\n}"}],"_postman_id":"2f50e0df-608b-4430-bd51-3573c95b02fa"},{"name":"View a single sub-user","id":"71028e8a-ca7e-4b90-966b-09547c5f1b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/view_single","description":"<p>Returns information about a single sub-user owned by your Proxy-Cheap Reseller account.</p>\n<p>Balance is listed in USD cents.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","view_single"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"f4967970-6676-4461-bad8-e79a9635c0ea","name":"View a single sub-user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/view_single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:40:09 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"15"},{"key":"Content-Length","value":"189"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802409,\n    \"data\": {\n        \"username\": \"subuser1\",\n        \"balance\": 900,\n        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n        \"date_created\": \"2019-09-06T20:31:16.250078Z\"\n    }\n}"}],"_postman_id":"71028e8a-ca7e-4b90-966b-09547c5f1b92"},{"name":"View a sub-user's transaction history","id":"cabdcf6d-9f6a-4660-8972-73d7e30520d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/view_txs","description":"<p>Returns transaction history for a sub-user. Bandwidth is measured in bytes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","view_txs"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"a8183200-6764-49dd-91e1-04577bbb9ded","name":"View a sub-user's transaction history","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/view_txs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:39:51 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"124"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802391,\n    \"data\": [\n        {\n            \"bandwidth\": {\n                \"up\": 234,\n                \"down\": 722\n            },\n            \"timestamp\": \"2019-06-11T00:00:00Z\"\n        },\n        {\n            \"bandwidth\": {\n                \"up\": 718,\n                \"down\": 2946\n            },\n            \"timestamp\": \"2019-06-06T00:00:00Z\"\n        },\n        {\n            \"bandwidth\": {\n                \"up\": 3159,\n                \"down\": 9747\n            },\n            \"timestamp\": \"2019-06-17T00:00:00Z\"\n        },\n        {\n            \"bandwidth\": {\n                \"up\": 819,\n                \"down\": 2541\n            },\n            \"timestamp\": \"2019-08-01T00:00:00Z\"\n        },\n        {\n            \"bandwidth\": {\n                \"up\": 16814,\n                \"down\": 142086\n            },\n            \"timestamp\": \"2019-08-02T00:00:00Z\"\n        },\n        {\n            \"bandwidth\": {\n                \"up\": 1605,\n                \"down\": 2103\n            },\n            \"timestamp\": \"2019-08-06T00:00:00Z\"\n        }\n    ]\n}"}],"_postman_id":"cabdcf6d-9f6a-4660-8972-73d7e30520d9"},{"name":"Reset sub-user's proxy auth key","id":"ab191a31-d92a-4239-b6f7-aa15f682b71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/reset_auth_key","description":"<p>Resets the proxy authentication key for a sub-user.</p>\n<p>The sub-user's new auth key is returned as part of the response body.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","reset_auth_key"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"b1c37b69-1b43-4827-9397-a467a8e4f61f","name":"Reset sub-user's proxy auth key","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\"}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/reset_auth_key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:39:07 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"103"},{"key":"Content-Length","value":"190"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802347,\n    \"data\": {\n        \"username\": \"subuser1\",\n        \"balance\": 900,\n        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n        \"date_created\": \"2019-09-06T20:31:16.250078Z\"\n    }\n}"}],"_postman_id":"ab191a31-d92a-4239-b6f7-aa15f682b71a"},{"name":"Add to a sub-user's balance","id":"0bbe8add-4cf0-4af8-98d3-cc29ebaf26fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\", \"amount_usd_cents\": 500}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/give_balance","description":"<p>Gives balance to a sub-user.</p>\n<p>The amount given to the sub-user is subtracted from your Proxy-Cheap Reseller account balance.</p>\n<p>The 'balance' value in the response body indicates the sub-user's new balance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","give_balance"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"4e9f9ae2-96f9-4e50-8e56-0686fd89b444","name":"Add to a sub-user's balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\", \"amount_usd_cents\": 500}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/give_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:38:24 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"35"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802304,\n    \"data\": {\n        \"username\": \"subuser1\",\n        \"balance\": 1000,\n        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n        \"date_created\": \"2019-09-06T20:31:16.250078Z\"\n    }\n}"}],"_postman_id":"0bbe8add-4cf0-4af8-98d3-cc29ebaf26fb"},{"name":"Subtract from a sub-user's balance","id":"30c65f80-54c8-4497-9a8c-0d16c88a6672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\", \"amount_usd_cents\": 100}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/take_balance","description":"<p>Removes balance from a sub-user.</p>\n<p>The amount removed from the sub-user is returned to your Proxy-Cheap Reseller account balance.</p>\n<p>The 'balance' value in the response body indicates the sub-user's new balance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}},"urlObject":{"protocol":"https","path":["reseller","sub_users","take_balance"],"host":["reseller","proxy-cheap","com"],"query":[],"variable":[]}},"response":[{"id":"8e9f3473-5180-45b9-a3f1-274a76d2d168","name":"Subtract from a sub-user's balance","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer API-ACCESS-TOKEN"}],"body":{"mode":"raw","raw":"{\"username\": \"subuser1\", \"amount_usd_cents\": 100}"},"url":"https://reseller.proxy-cheap.com/reseller/sub_users/take_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache, no-store, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-type","value":"application/json"},{"key":"date","value":"Fri, 06 Sep 2019 20:38:36 GMT"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"server","value":"envoy"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-envoy-upstream-service-time","value":"222"},{"key":"Content-Length","value":"186"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"\",\n    \"timestamp\": 1567802317,\n    \"data\": {\n        \"username\": \"subuser1\",\n        \"balance\": 900,\n        \"proxy_authkey\": \"xxxxxxxxxxxxxxxx\",\n        \"date_created\": \"2019-09-06T20:31:16.250078Z\"\n    }\n}"}],"_postman_id":"30c65f80-54c8-4497-9a8c-0d16c88a6672"}],"id":"06f83f68-5617-48ac-87b0-f1e2301c9dee","_postman_id":"06f83f68-5617-48ac-87b0-f1e2301c9dee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"06950dd5-359c-4c1e-a72f-369a410660ed","id":"06950dd5-359c-4c1e-a72f-369a410660ed","name":"Proxy-Cheap Reseller API v0.1 (BETA)","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"f159df7b-a6bc-47c8-97f2-c9c59fc80619","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73744a70-2b78-4915-bb28-35b9664b6293","type":"text/javascript","exec":[""]}}]}