{"info":{"_postman_id":"1a3a41c8-278d-4b41-ae94-8f07e4f61573","name":"Utility Connect","description":"<html><head></head><body><h3 id=\"📘-api-usage-instructions-with--without-2fa\">📘 API Usage Instructions (With &amp; Without 2FA)</h3>\n<p>There are <strong>two scenarios</strong> when using the API:</p>\n<hr>\n<h4 id=\"1-accounts-without-2fa\"><strong>1. Accounts Without 2FA</strong></h4>\n<ul>\n<li><p>Each API can be called <strong>directly</strong> using:</p>\n<ul>\n<li><p><code>username</code></p>\n</li>\n<li><p><code>password</code></p>\n</li>\n</ul>\n</li>\n<li><p>No additional verification is needed.</p>\n</li>\n<li><p>All endpoints are independently accessible with basic credentials.</p>\n</li>\n</ul>\n<hr>\n<h4 id=\"2-accounts-with-2fa-enabled\"><strong>2. Accounts With 2FA Enabled</strong></h4>\n<p>If the account <strong>requires two-factor authentication (2FA)</strong>, the following steps must be followed:</p>\n<p><strong>Step 1 – Login</strong></p>\n<ul>\n<li><p>Call the <code>/utility_connect/login</code> endpoint using <code>username</code> and <code>password</code>.</p>\n</li>\n<li><p>Response will include:</p>\n<ul>\n<li><p><code>is_two_step_verification = 1</code></p>\n</li>\n<li><p><code>token</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Step 2 – Send Verification Code</strong></p>\n<ul>\n<li><p>Call <code>/utility_connect/verification</code></p>\n</li>\n<li><p>Pass in:</p>\n<ul>\n<li><p><code>method</code> (e.g., <code>\"sms\"</code> or <code>\"email\"</code>)</p>\n</li>\n<li><p><code>token</code> (from Step 1)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Step 3 – Submit Verification Code</strong></p>\n<ul>\n<li><p>Call <code>/utility_connect/submit_verification</code></p>\n</li>\n<li><p>Pass in:</p>\n<ul>\n<li><p><code>verification_code</code> (received by user)</p>\n</li>\n<li><p><code>method</code> (e.g., <code>\"sms\"</code> or <code>\"email\"</code>)</p>\n</li>\n<li><p><code>token</code> (from Step 1)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Step 4 – Use Token for Further API Calls</strong></p>\n<ul>\n<li><p>After successful verification, use the returned <code>token</code></p>\n</li>\n<li><p>Replace <code>username</code> and <code>password</code> in all subsequent API calls with this <code>toke</code></p>\n</li>\n</ul>\n<p>Let us know if you have any further questions!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"39110349","collectionId":"1a3a41c8-278d-4b41-ae94-8f07e4f61573","publishedId":"2sAXxY3o5v","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-21T14:10:09.000Z"},"item":[{"name":"Login","id":"7942c197-45b6-46aa-9bfc-8fe18f860799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n","type":"text"},{"key":"state_id","value":"","description":"<p>The abbreviations of U.S. state names.</p>\n","type":"text"},{"key":"username","value":"","description":"<p>username</p>\n","type":"text"},{"key":"password","value":"","description":"<p>password </p>\n","type":"text"},{"key":"token","value":"","description":"<p>Only required if “username/password” are empty</p>\n","type":"text","uuid":"bf6a2180-e2c0-4fe7-9bed-6e04e13b1aa9","disabled":true}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/login","description":"<p>If two-step verification (2FA) is required during login, the system will return <code>is_two_step_verification = 1</code> along with a <code>token</code>.</p>\n<p>At that point, you need to follow these steps to complete the verification process:</p>\n<ol>\n<li><p><strong>Send the verification code</strong>:</p>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>/utility_connect/verification</code></p>\n</li>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><p><code>method</code>: The delivery method for the code (e.g., <code>\"sms\"</code> or <code>\"email\"</code>)</p>\n</li>\n<li><p><code>token</code>: The token returned from the login step</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description</strong>: This API sends the verification code to the user.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Verify the code</strong>:</p>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>/utility_connect/submit_verification</code></p>\n</li>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><p><code>verification_code</code>: The verification code received by the user</p>\n</li>\n<li><p><code>method</code>: The delivery method for the code (e.g., <code>\"sms\"</code> or <code>\"email\"</code>)</p>\n</li>\n<li><p><code>token</code>: The same token from the login step</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Description</strong>: This API is used to validate the verification code entered by the user.</p>\n</li>\n</ul>\n</li>\n</ol>\n<p>Once verification is successful, you should use the <code>token</code> in place of the username and password when calling any other API endpoints.</p>\n<p>Please make sure to use the same <code>token</code> from the login response during the entire verification process. Also, we recommend using HTTPS when calling these APIs to ensure secure data transmission.</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","login"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"48cd92e7-eb11-4b17-90a9-006879e8f260","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Powerlego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","type":"text"},{"key":"state_id","value":"","type":"text"},{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 05:28:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"login\": {\n            \"result\": \"YES\",\n            \"login_time\": \"2024-10-21 05:28:18\",\n            \"is_two_step_verification\": 1,\n            \"token\": \"Token returned upon login\"\n        }\n    }\n}"}],"_postman_id":"7942c197-45b6-46aa-9bfc-8fe18f860799"},{"name":"Verification","id":"9a5f7530-aac1-4035-af35-fb423c0a9a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"method","value":"","description":"<p>sms/email</p>\n","type":"text"},{"key":"token","value":"","description":"<p>Token returned upon login</p>\n","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/verification","description":"<p>We will first determine whether there is verification, if there is, support the online input of possible user account 2-step verification function</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","verification"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"7bd12be8-5d9d-4195-98cd-e107af2f0757","name":"Verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer PowerLego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"method","value":"","description":"sms/email","type":"text"},{"key":"token","value":"","description":"Token returned upon login","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 08:36:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success to send code\",\n    \"status\": 1\n}"}],"_postman_id":"9a5f7530-aac1-4035-af35-fb423c0a9a7a"},{"name":"Submit Verification","id":"db210233-b55c-4843-b8c9-f8f2365f3f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"method","value":"","description":"<p>sms/email</p>\n","type":"text"},{"key":"token","value":"","description":"<p>Token returned upon login</p>\n","type":"text"},{"key":"verification_code","value":"","description":"<p>The CAPTCHA obtained by the user</p>\n","type":"text"},{"key":"need_encrypt","value":"","description":"<p>Default is true; when the value is false, decrypt certain key information</p>\n","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/submit_verification","description":"<p>Validate the submitted information via SMS</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","submit_verification"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"04f10fe2-adb4-4a0d-a08d-1f603a5ef92d","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer PowerLego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"method","value":"","description":"sms/email","type":"text"},{"key":"token","value":"","description":"Token returned upon login","type":"text"},{"key":"verification_code","value":"","description":"The CAPTCHA obtained by the user","type":"text"},{"key":"need_encrypt","value":"","description":"Default is true; when the value is false, decrypt certain key information","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/submit_verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 08:39:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success to verify code\",\n    \"status\": 1,\n    \"response\": {\n        \"two_step_verification\": {\n            \"result\": \"YES\",\n            \"method\": \"email\"\n        },\n        \"bill_info\": {\n            \"last_bill\": \"212.09\",\n            \"last_bill_date\": \"2024-10-16\",\n            \"ratio\": \"12/12\"\n        }\n    }\n}"}],"_postman_id":"db210233-b55c-4843-b8c9-f8f2365f3f02"},{"name":"Two Step Verification","id":"0f0fef38-e56c-4c6c-865a-4e1586cae240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"<p>User name</p>\n","type":"text"},{"key":"password","value":"","description":"<p>User password</p>\n","type":"text"},{"key":"state_id","value":"","description":"<p>The abbreviations of U.S. state names.</p>\n","type":"text"},{"key":"utility_code","value":"","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/two_step_verification","description":"<p>The online input of possible user account 2-step verification function</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","two_step_verification"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"8c0f8c45-a654-4267-b8c2-b14b3cf1eff4","name":"Two Step Verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer PowerLego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"state_id","value":"","type":"text"},{"key":"utility_code","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/two_step_verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 08:29:31 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"login\": {\n            \"result\": \"YES\",\n            \"login_time\": \"2024-10-21 08:29:47\",\n            \"is_two_step_verification\": 1,\n            \"token\": \"Token returned upon login\"\n        }\n    }\n}"}],"_postman_id":"0f0fef38-e56c-4c6c-865a-4e1586cae240"},{"name":"Fetch Utility","id":"09d1e397-1c53-4514-bd35-d66f082610fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"zipcode","value":"07002","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/fetch_utility","description":"<p>Get utilities that support the specified zipcode</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","fetch_utility"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"55281155-2777-46e4-8468-875a357c04a4","name":"Fetch Utility","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"zipcode","value":"07002","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/fetch_utility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 14:19:54 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"1\",\n    \"response\": [\n        {\n            \"utility_code\": \"PSEG\",\n            \"state_id\": \"NJ\",\n            \"utility_id\": \"64\",\n            \"utility_name\": \"Public Service Electric & Gas\"\n        },\n        {\n            \"utility_code\": \"JCPL\",\n            \"state_id\": \"NJ\",\n            \"utility_id\": \"65\",\n            \"utility_name\": \"Jersey Central Power & Light\"\n        }\n    ]\n}"}],"_postman_id":"09d1e397-1c53-4514-bd35-d66f082610fb"},{"name":"Account Information","id":"71b7a099-b9ef-4546-bac3-562276a04f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"<p><strong>Username.</strong> Required only when <code>token</code> is omitted (must be paired with <code>password</code>).</p>\n","type":"text"},{"key":"password","value":"","description":"<p><strong>Password.</strong> Required only when <code>token</code> is omitted (must be paired with <code>username</code>).</p>\n","type":"text"},{"key":"token","value":"","description":"<p><strong>Token.</strong> Required if you are <em>not</em> providing <code>username</code>/<code>password</code>. </p>\n","type":"text","uuid":"eba65d91-5282-4204-ba79-fb55d8a4b784"},{"key":"utility_code","value":"OHIOED","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n","type":"text"},{"key":"state_id","value":"OH","description":"<p>The abbreviations of U.S. state names.</p>\n","type":"text"},{"key":"need_encrypt","value":"true","description":"<p>Default is true; when the value is false, decrypt certain key information</p>\n","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/account_information","description":"<p>Query the basic information of the account, can query the user's personal information</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","account_information"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"5df82af4-6e8d-4a5f-bd3c-dde7b408f264","name":"Account Information","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer PowerLego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"utility_code","value":"","type":"text"},{"key":"state_id","value":"","type":"text"},{"key":"need_encrypt","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/account_information"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 08:02:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"login\": {\n            \"result\": \"YES\",\n            \"login_time\": \"2024-10-21 08:03:04\",\n            \"is_two_step_verification\": 0\n        },\n        \"details\": {\n            \"due_date\": \"2024-01-16\",\n            \"amount\": \"0.00\",\n            \"account_number\": \"1101221*****\",\n            \"name\": \"AI*** *****\",\n            \"nickname\": \"Ai****\",\n            \"email\": \"ai***********@gmail.com\",\n            \"address\": \"235************************\"\n        }\n    }\n}"}],"_postman_id":"71b7a099-b9ef-4546-bac3-562276a04f30"},{"name":"Account Bill","id":"4d652f84-ee8a-46a9-89db-1a33c12dc880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n","type":"text"},{"key":"state_id","value":"","description":"<p>The abbreviations of U.S. state names.</p>\n","type":"text"},{"key":"password","value":"","description":"<p><strong>Username.</strong> Required only when <code>token</code> is omitted (must be paired with <code>password</code>).</p>\n","type":"text"},{"key":"username","value":"","description":"<p><strong>Password.</strong> Required only when <code>token</code> is omitted (must be paired with <code>username</code>).</p>\n","type":"text"},{"key":"token","value":"","description":"<p><strong>Token.</strong> Required if you are <em>not</em> providing <code>username</code>/<code>password</code>. </p>\n","type":"text","uuid":"c2bba1fa-fdc2-4ca7-a9b1-cac513c7b2af"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/account_bill","description":"<p>You can query a user's billing status and billing details for the last 12 months.Include billing details</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","account_bill"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"20ac7fb5-1635-4de0-accf-23d40f84bf80","name":"Account Bill","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer PowerLego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","type":"text"},{"key":"state_id","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"username","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/account_bill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 08:24:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"login\": {\n            \"result\": \"YES\",\n            \"login_time\": \"2024-10-21 08:19:32\",\n            \"is_two_step_verification\": 0\n        },\n        \"bill_info\": {\n             \"last_bill\": \"333.46\",\n            \"last_bill_date\": \"2024-09-25\",\n            \"ratio\": \"12/12\"\n        }\n    }\n}"}],"_postman_id":"4d652f84-ee8a-46a9-89db-1a33c12dc880"},{"name":"Account Payment","id":"85cbfc2d-252d-4b34-ab30-61d7a0e3e216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n","type":"text"},{"key":"state_id","value":"","description":"<p>The abbreviations of U.S. state names</p>\n","type":"text"},{"key":"username","value":"","description":"<p><strong>Username.</strong> Required only when <code>token</code> is omitted (must be paired with <code>password</code>).</p>\n","type":"text"},{"key":"password","value":"","description":"<p><strong>Password.</strong> Required only when <code>token</code> is omitted (must be paired with <code>username</code>).</p>\n","type":"text"},{"key":"token","value":"","description":"<p><strong>Token.</strong> Required if you are <em>not</em> providing <code>username</code>/<code>password</code>. </p>\n","type":"text","uuid":"510c8aa3-db2a-45e6-bb58-d78a1300b5a7"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/account_payment","description":"<p>You can query the user's billing discipline for the last 12 months of the corresponding billing period</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","account_payment"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"751fd92f-69c8-4e54-b824-9e59c1028b81","name":"Account Payment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer PowerLego Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"utility_code","value":"","type":"text"},{"key":"state_id","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/account_payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 08:19:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"login\": {\n            \"result\": \"YES\",\n            \"login_time\": \"2024-10-21 08:19:32\",\n            \"is_two_step_verification\": 0\n        },\n        \"payment_info\": {\n            \"last_payment\": \"333.46\",\n            \"last_payment_date\": \"2024-10-16\",\n            \"ratio\": \"12/12\"\n        }\n    }\n}"}],"_postman_id":"85cbfc2d-252d-4b34-ab30-61d7a0e3e216"},{"name":"Utility Usage","id":"2011071c-0ac3-4d66-87dc-5c5caaba27e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","type":"text","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n"},{"key":"state_id","value":"","type":"text","description":"<p>The abbreviations of U.S. state names</p>\n"},{"key":"username","value":"","type":"text","description":"<p><strong>Username.</strong> Required only when <code>token</code> is omitted (must be paired with <code>password</code>).</p>\n"},{"key":"password","value":"","type":"text","description":"<p><strong>Password.</strong> Required only when <code>token</code> is omitted (must be paired with <code>username</code>).</p>\n"},{"key":"token","value":"","description":"<p><strong>Token.</strong> Required if you are <em>not</em> providing <code>username</code>/<code>password</code>. </p>\n","type":"text","uuid":"5c964649-059c-42aa-b508-d9f6a9cb5deb"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/usage","description":"<p>Obtain electricity consumption data: 'monthly' represents data at a monthly level, and 'daily' represents data at a daily level.</p>\n","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","usage"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"e4e3a16c-e8fd-421c-9306-b81de3dec91f","name":"Utility Usage","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"","type":"text"},{"key":"state_id","value":"","type":"text"},{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/Usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Nov 2024 08:28:25 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"usage\": {\n            \"monthly\": [\n                {\n                    \"start_time\": \"2022-12-30T00:00:00\",\n                    \"end_time\": \"2023-01-17T00:00:00\",\n                    \"value\": \"154.0 KWh\",\n                    \"providedCost\": 28.58\n                },\n                {\n                    \"start_time\": \"2023-01-17T00:00:00\",\n                    \"end_time\": \"2023-02-15T00:00:00\",\n                    \"value\": \"242.0 KWh\",\n                    \"providedCost\": 47.19\n                },\n                {\n                    \"start_time\": \"2023-02-15T00:00:00\",\n                    \"end_time\": \"2023-03-16T00:00:00\",\n                    \"value\": \"173.0 KWh\",\n                    \"providedCost\": 42.41\n                },\n                {\n                    \"start_time\": \"2023-03-16T00:00:00\",\n                    \"end_time\": \"2023-04-14T00:00:00\",\n                    \"value\": \"357.0 KWh\",\n                    \"providedCost\": 68.86\n                },\n                {\n                    \"start_time\": \"2023-04-14T00:00:00\",\n                    \"end_time\": \"2023-05-15T00:00:00\",\n                    \"value\": \"1213.0 KWh\",\n                    \"providedCost\": 212.98\n                },\n                {\n                    \"start_time\": \"2023-05-15T00:00:00\",\n                    \"end_time\": \"2023-06-14T00:00:00\",\n                    \"value\": \"1160.0 KWh\",\n                    \"providedCost\": 186.2\n                },\n                {\n                    \"start_time\": \"2023-06-14T00:00:00\",\n                    \"end_time\": \"2023-07-14T00:00:00\",\n                    \"value\": \"1854.0 KWh\",\n                    \"providedCost\": 279.57\n                },\n                {\n                    \"start_time\": \"2023-07-14T00:00:00\",\n                    \"end_time\": \"2023-08-14T00:00:00\",\n                    \"value\": \"2256.0 KWh\",\n                    \"providedCost\": 318.68\n                },\n                {\n                    \"start_time\": \"2023-08-14T00:00:00\",\n                    \"end_time\": \"2023-09-13T00:00:00\",\n                    \"value\": \"1572.0 KWh\",\n                    \"providedCost\": 236.82\n                },\n                {\n                    \"start_time\": \"2023-09-13T00:00:00\",\n                    \"end_time\": \"2023-10-12T00:00:00\",\n                    \"value\": \"910.0 KWh\",\n                    \"providedCost\": 140.79\n                },\n                {\n                    \"start_time\": \"2023-10-12T00:00:00\",\n                    \"end_time\": \"2023-11-10T00:00:00\",\n                    \"value\": \"1077.0 KWh\",\n                    \"providedCost\": 169.21\n                },\n                {\n                    \"start_time\": \"2023-11-10T00:00:00\",\n                    \"end_time\": \"2023-12-13T00:00:00\",\n                    \"value\": \"1462.0 KWh\",\n                    \"providedCost\": 219.74\n                },\n                {\n                    \"start_time\": \"2023-12-13T00:00:00\",\n                    \"end_time\": \"2024-01-17T00:00:00\",\n                    \"value\": \"2165.0 KWh\",\n                    \"providedCost\": 348.54\n                },\n                {\n                    \"start_time\": \"2024-01-17T00:00:00\",\n                    \"end_time\": \"2024-02-21T00:00:00\",\n                    \"value\": \"2242.0 KWh\",\n                    \"providedCost\": 368.18\n                },\n                {\n                    \"start_time\": \"2024-02-21T00:00:00\",\n                    \"end_time\": \"2024-03-20T00:00:00\",\n                    \"value\": \"1624.0 KWh\",\n                    \"providedCost\": 270.93\n                },\n                {\n                    \"start_time\": \"2024-03-20T00:00:00\",\n                    \"end_time\": \"2024-04-18T00:00:00\",\n                    \"value\": \"1571.0 KWh\",\n                    \"providedCost\": 263.98\n                },\n                {\n                    \"start_time\": \"2024-04-18T00:00:00\",\n                    \"end_time\": \"2024-05-17T00:00:00\",\n                    \"value\": \"1159.0 KWh\",\n                    \"providedCost\": 209.2\n                },\n                {\n                    \"start_time\": \"2024-05-17T00:00:00\",\n                    \"end_time\": \"2024-06-18T00:00:00\",\n                    \"value\": \"1464.0 KWh\",\n                    \"providedCost\": 234.62\n                },\n                {\n                    \"start_time\": \"2024-06-18T00:00:00\",\n                    \"end_time\": \"2024-07-18T00:00:00\",\n                    \"value\": \"1969.0 KWh\",\n                    \"providedCost\": 303.06\n                },\n                {\n                    \"start_time\": \"2024-07-18T00:00:00\",\n                    \"end_time\": \"2024-08-16T00:00:00\",\n                    \"value\": \"1521.0 KWh\",\n                    \"providedCost\": 238.4\n                },\n                {\n                    \"start_time\": \"2024-08-16T00:00:00\",\n                    \"end_time\": \"2024-09-17T00:00:00\",\n                    \"value\": \"1466.0 KWh\",\n                    \"providedCost\": 231.23\n                },\n                {\n                    \"start_time\": \"2024-09-17T00:00:00\",\n                    \"end_time\": \"2024-10-16T00:00:00\",\n                    \"value\": \"974.0 KWh\",\n                    \"providedCost\": 143.9\n                }\n            ],\n            \"daily\": [\n                {\n                    \"start_time\": \"2024-10-16T00:00:00\",\n                    \"end_time\": \"2024-10-17T00:00:00\",\n                    \"value\": \"32.785 KWh\",\n                    \"providedCost\": 6.15931795\n                },\n                {\n                    \"start_time\": \"2024-10-17T00:00:00\",\n                    \"end_time\": \"2024-10-18T00:00:00\",\n                    \"value\": \"31.96 KWh\",\n                    \"providedCost\": 6.0043252\n                },\n                {\n                    \"start_time\": \"2024-10-18T00:00:00\",\n                    \"end_time\": \"2024-10-19T00:00:00\",\n                    \"value\": \"22.6325 KWh\",\n                    \"providedCost\": 4.251967775\n                },\n                {\n                    \"start_time\": \"2024-10-19T00:00:00\",\n                    \"end_time\": \"2024-10-20T00:00:00\",\n                    \"value\": \"29.105 KWh\",\n                    \"providedCost\": 5.46795635\n                },\n                {\n                    \"start_time\": \"2024-10-20T00:00:00\",\n                    \"end_time\": \"2024-10-21T00:00:00\",\n                    \"value\": \"26.645 KWh\",\n                    \"providedCost\": 5.00579615\n                },\n                {\n                    \"start_time\": \"2024-10-21T00:00:00\",\n                    \"end_time\": \"2024-10-22T00:00:00\",\n                    \"value\": \"23.93 KWh\",\n                    \"providedCost\": 4.4957291\n                },\n                {\n                    \"start_time\": \"2024-10-22T00:00:00\",\n                    \"end_time\": \"2024-10-23T00:00:00\",\n                    \"value\": \"26.1475 KWh\",\n                    \"providedCost\": 4.912330825\n                },\n                {\n                    \"start_time\": \"2024-10-23T00:00:00\",\n                    \"end_time\": \"2024-10-24T00:00:00\",\n                    \"value\": \"33.115 KWh\",\n                    \"providedCost\": 6.22131505\n                },\n                {\n                    \"start_time\": \"2024-10-24T00:00:00\",\n                    \"end_time\": \"2024-10-25T00:00:00\",\n                    \"value\": \"42.5975 KWh\",\n                    \"providedCost\": 8.002792325\n                },\n                {\n                    \"start_time\": \"2024-10-25T00:00:00\",\n                    \"end_time\": \"2024-10-26T00:00:00\",\n                    \"value\": \"24.79 KWh\",\n                    \"providedCost\": 4.6572973\n                },\n                {\n                    \"start_time\": \"2024-10-26T00:00:00\",\n                    \"end_time\": \"2024-10-27T00:00:00\",\n                    \"value\": \"30.6325 KWh\",\n                    \"providedCost\": 5.754927775\n                },\n                {\n                    \"start_time\": \"2024-10-27T00:00:00\",\n                    \"end_time\": \"2024-10-28T00:00:00\",\n                    \"value\": \"30.7475 KWh\",\n                    \"providedCost\": 5.776532825\n                },\n                {\n                    \"start_time\": \"2024-10-28T00:00:00\",\n                    \"end_time\": \"2024-10-29T00:00:00\",\n                    \"value\": \"18.735 KWh\",\n                    \"providedCost\": 3.51974445\n                },\n                {\n                    \"start_time\": \"2024-10-29T00:00:00\",\n                    \"end_time\": \"2024-10-30T00:00:00\",\n                    \"value\": \"29.6075 KWh\",\n                    \"providedCost\": 5.562361025\n                },\n                {\n                    \"start_time\": \"2024-10-30T00:00:00\",\n                    \"end_time\": \"2024-10-31T00:00:00\",\n                    \"value\": \"41.0225 KWh\",\n                    \"providedCost\": 7.706897075\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"2011071c-0ac3-4d66-87dc-5c5caaba27e0"},{"name":"Fetch Bill List","id":"541496f1-f131-498c-a0d3-0c647507861f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"utility_code","value":"ET","type":"text","description":"<p>utility code,  fetch from API: [Fetch Utility]</p>\n"},{"key":"state_id","value":"TX","type":"text","description":"<p>The abbreviations of U.S. state names.</p>\n"},{"key":"username","value":"matosisadorar@gmail.com","type":"text","description":"<p><strong>Username.</strong> Required only when <code>token</code> is omitted (must be paired with <code>password</code>).</p>\n"},{"key":"password","value":"6LeCkA.,F%","type":"text","description":"<p><strong>Password.</strong> Required only when <code>token</code> is omitted (must be paired with <code>username</code>).</p>\n"},{"key":"token","value":"k+r7QZKtLrK+Z+6S7C0cDzl5CLPGe/g39zLT8aXXLgwoAUwAN1lJUsmk0cqFuqB7BwjCmZuBWQ7y8qn0HPEAwERq64/QUJStp/Fm0x6Njpwy1WTKnQszrFxbrjfr01CdhxbYokAObM2dYPm+rsVDv39xETkssChs8XY+G9RfEOkWeht61ddS9hL1GtSRqKCs9XCaivBXFjlreGqxQuGfjr6Z1hWURm8lKCG+m33oMsS9PPlFwA8bmeWBDjSlAJrWz52CUzRrgLuLoShkfE8H6Ou4dJ2CD5eRntPk2HLvhbk=","description":"<p><strong>Token.</strong> Required if you are <em>not</em> providing <code>username</code>/<code>password</code>. </p>\n","type":"text","uuid":"c7435b2a-365a-4f58-b0c7-731d59b3522a","disabled":true}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/fetch_bill_list","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","fetch_bill_list"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"af066a42-a75d-436d-b66d-010c66b730ec","name":"Fetch Bill List Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/fetch_bill_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Dec 2024 07:26:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"x-requested-with, content-type, acckey, authorization"},{"key":"X-Powerlego-API","value":"Version 2.0"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Authorization"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"status\": 1,\n    \"response\": {\n        \"bill_list\": [\n            {\n                \"date\": \"2024-12-03\",\n                \"total_amount_due\": \"55.37\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-12-03.pdf\"\n            },\n            {\n                \"date\": \"2024-11-04\",\n                \"total_amount_due\": \"55.94\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-11-04.pdf\"\n            },\n            {\n                \"date\": \"2024-10-07\",\n                \"total_amount_due\": \"68.38\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-10-07.pdf\"\n            },\n            {\n                \"date\": \"2024-09-07\",\n                \"total_amount_due\": \"81.62\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-09-07.pdf\"\n            },\n            {\n                \"date\": \"2024-08-06\",\n                \"total_amount_due\": \"81.09\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-08-06.pdf\"\n            },\n            {\n                \"date\": \"2024-07-06\",\n                \"total_amount_due\": \"80.85\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-07-06.pdf\"\n            },\n            {\n                \"date\": \"2024-06-04\",\n                \"total_amount_due\": \"54.54\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-06-04.pdf\"\n            },\n            {\n                \"date\": \"2024-05-06\",\n                \"total_amount_due\": \"57.45\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-05-06.pdf\"\n            },\n            {\n                \"date\": \"2024-04-06\",\n                \"total_amount_due\": \"66.23\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-04-06.pdf\"\n            },\n            {\n                \"date\": \"2024-03-05\",\n                \"total_amount_due\": \"58.46\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-03-05.pdf\"\n            },\n            {\n                \"date\": \"2024-02-05\",\n                \"total_amount_due\": \"60.64\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-02-05.pdf\"\n            },\n            {\n                \"date\": \"2024-01-05\",\n                \"total_amount_due\": \"59.62\",\n                \"file\": \"usn_rep_bill_pdf/EVERSOURCE/56205498009/2024-01-05.pdf\"\n            }\n        ],\n        \"token\": \"RmjHuJSXv3hrvwWk+LlSAkup8NIvnKH1HX5PtLnjCnQenymhXbMPHmGeDcznQ+WyVVvY9uU+Y0IuGqisvmFf71KGv/n/qW7B+4S/GWZ1T8mkhaV6bp3TlnxJj1IhRSyH2OYv17ZERuEaKZ0z4MBQNl4RhMEwvSm1WRZ7MdIPIPXxtHT8ISEtkCFDR7vBvcINiLY/ldK3RY/HrxCiQXZYjg==\"\n    }\n}"}],"_postman_id":"541496f1-f131-498c-a0d3-0c647507861f"},{"name":"Fetch Bill Info","id":"c0354240-c02d-4709-95d1-a4be22234eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","value":"","description":"<p>Source from the Fetch Bill List API response.</p>\n","type":"text"},{"key":"token","value":"","description":"<p>Source from the Fetch Bill List API response.</p>\n","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/fetch_bill_info","urlObject":{"protocol":"https","path":["ApiGateway","v2","utility_connect","fetch_bill_info"],"host":["www","powerlego","com"],"query":[],"variable":[]}},"response":[{"id":"6c21f4cf-86c3-4262-bdbc-e93599652727","name":"Fetch Bill Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","value":"","type":"text"},{"key":"token","value":"","type":"text"}]},"url":"https://www.powerlego.com/ApiGateway/v2/utility_connect/fetch_bill_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 06 Dec 2024 07:31:28 GMT"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"X-Powerlego-API","value":"Version 2.0 Dev"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d196b3182ad74e7b80ce14b0ee8558c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"LAX50-P3"},{"key":"X-Amz-Cf-Id","value":"ViBjCNqSaWSHJwHGWWv5E7RMeqWn5fy-DaPqCOgZzDRr7iXQ1tyeHQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"meter_ids\": [\n            661193031\n        ]\n    },\n    \"status\": 1\n}"}],"_postman_id":"c0354240-c02d-4709-95d1-a4be22234eab"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"1278b803-1bf1-4aba-a56b-c7c30a59fbb2","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"aae51a5f-911a-453c-b527-f96d2b03b72a","type":"text/javascript","packages":{},"exec":[""]}}]}