{"info":{"_postman_id":"e8562cd6-16f8-3ada-b806-12eb3291e617","name":"Keepgo IoT REST API","description":"<html><head></head><body><p>Keepgo IoT REST API is a primary way to get data in and out of Keepgo IoT platform. It is a HTTP-based API that you can use to control your account, view balance reports, change line states, receive usage data, send SMS messages and more. </p>\n<h1 id=\"overview\">Overview</h1>\n<p>We have designed Keepgo IoT API in a RESTful way, so that consumption of it is simple and straightforward. </p>\n<p>To find out more about REST API see <a href=\"https://www.restapitutorial.com/\">REST API tutorial</a></p>\n<h2 id=\"connection\">Connection</h2>\n<p>Keepgo IoT REST API is server over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.</p>\n<h2 id=\"timestamps\">Timestamps</h2>\n<p>All response timestamps are in <strong>YYYY-MM-DD hh:mm:ss</strong> format.</p>\n<h2 id=\"countries\">Countries</h2>\n<p>All country entries are in <strong>ISO 3166-1 alpha-2</strong> format.</p>\n<p>To find out more about ISO 3166-1 alpha-2 see <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">Wikipedia</a></p>\n<h2 id=\"currency\">Currency</h2>\n<p>Default currency used is USD.</p>\n<h2 id=\"media-types\">Media types</h2>\n<p>All data is sent and received as JSON.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All requests to Keepgo IoT REST API require you to authenticate using a hash authentification. Hash is generated using a specific algorithm provided separately.</p>\n<h2 id=\"user-uuid\">User UUID</h2>\n<p>User UUID is used to generate the hash for authentication purposes. You can receive your user UUID by registering in Keepgo IoT console.</p>\n<h1 id=\"making-requests\">Making requests</h1>\n<h2 id=\"query-structure\">Query structure</h2>\n<p>API queries are expected to follow the following concept:</p>\n<p>HTTP verb (GET, POST, etc) request sent to specified link with the following mandatory headers:</p>\n<ul>\n<li><strong>timestamp</strong> - current timestamp in Unix TIMESTAMP format</li>\n<li><strong>hash</strong> - hash generated using supplied algorithm provided separately</li>\n<li><strong>uuid</strong> - user UUID</li>\n</ul>\n<h2 id=\"http-verbs\">HTTP verbs</h2>\n<p>Permitted HTTP verbs are</p>\n<ul>\n<li><strong>GET</strong> - used to retrieve resources.</li>\n<li><strong>POST</strong> - used for creating or updating resources.</li>\n</ul>\n<h2 id=\"rate-limit\">Rate limit</h2>\n<p>Default request rate limit is set to 100 API requests per day per line registered in the account. </p>\n<p>For example account with 1000 lines can make up to 100k API requests per day.</p>\n<h1 id=\"status-and-error-codes\">Status and error codes</h1>\n<p>For GET requests user can expect the following response codes:</p>\n<ul>\n<li><strong>200 OK</strong>: The request was successful.</li>\n<li><strong>401 UNAUTHORIZED</strong>: The supplied credentials are not sufficient to access the resource.</li>\n<li><strong>404 NOT FOUND</strong>: Resource was not found.</li>\n<li><strong>405 METHOD NOT ALLOWED</strong>: Resource can not be accessed with this method (GET, POST, etc)</li>\n<li><strong>500 SERVER ERROR</strong>: Representation could not be returned due to internal server error</li>\n<li><strong>503 SERVICE UNAVAILABLE</strong>: Representation can not be returned due to temporary service outage.</li>\n</ul>\n<h1 id=\"query-parameters-and-filtering\">Query parameters and filtering</h1>\n<p>Many API methods take optional parameters. These parameters are described in API resources for each method.</p>\n<h2 id=\"hypermedia\">Hypermedia</h2>\n<p>All resources may have one or more properties linking to other resources. These are meant to provide explicit URLs so that proper API clients don't need to construct URLs on their own. It is highly recommended that API clients use these. Doing so will make future upgrades of the API easier for developers.</p>\n<h2 id=\"pagination\">Pagination</h2>\n<p>Requests that return multiple items will be paginated to 25 items by default. You can specify further pages with the <strong>?offset</strong> parameter.</p>\n<h1 id=\"api-resources\">API resources</h1>\n<h2 id=\"accounts\">Accounts</h2>\n<p>Account is created during registration in Keepgo IoT console. Every account will have user UUID to access Keepgo IoT API. All active accounts will be able to make a full range of available API calls.</p>\n<p>You can find your user UUID in the API Credentials menu.</p>\n<h2 id=\"sim-cards\">SIM cards</h2>\n<p>Every account may have SIM cards uniquely assigned to it either by the client or Keepgo staff. SIM card can belong only to one account at a given time. SIM card assigned to sub-account can be queried using both account and sub-account user UUID and will be charged using account balance.</p>\n<p>Each SIM card has unique SIM_ICCID, 19 to 20 characters value physically printed on the SIM card itself.</p>\n<h2 id=\"balance\">Balance</h2>\n<p>Every account has active balance that is used pay for the SIM cards traffic consumption. All SIM cards that belong to the account make use of account's balance and client may choose to refill this balance to ensure services continuity.</p>\n<p>Default currency used in balance entries is USD.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Making requests","slug":"making-requests"},{"content":"Status and error codes","slug":"status-and-error-codes"},{"content":"Query parameters and filtering","slug":"query-parameters-and-filtering"},{"content":"API resources","slug":"api-resources"}],"owner":"2464244","collectionId":"e8562cd6-16f8-3ada-b806-12eb3291e617","publishedId":"RWTspaMF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-07T10:51:51.000Z"},"item":[{"name":"SIM cards","item":[{"name":"GetSimCards","id":"d397d8ae-a8f4-4bda-9a06-554ed387853a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"url":"https://{link}/api/{account_uuid}/iot_sim_cards","description":"<p>Use: This request is utilized to receive a list of IoT sim cards that belong to the account, their configuration and running parameters including data usage, rate plan, billing cycle, count of data sessions for current billing cycle, SMS messages sent to the SIM and any notes they may have.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/iot_sim_cards</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","iot_sim_cards"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"b96c52d3-b4cb-4469-92c0-1fefec165e29","name":"GetSimCards","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/iot_sim_cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"415","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:36:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"status\": \"Deactivated\",\n            \"iccid\": \"8912051423000282219\",\n            \"rate_plan\": \"World 2G/3G\",\n            \"last_seen\": \"2018-08-16 08:23:20\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"daily_usage_mb\": null,\n            \"monthly_usage_mb\": \"123.743\",\n            \"count_of_sessions\": 7,\n            \"sms_sent\": 2,\n            \"notes\": \"test note\"\n        },\n        {\n            \"status\": \"Activated\",\n            \"iccid\": \"8912051423000283356\",\n            \"rate_plan\": \"World 2G/3G\",\n            \"last_seen\": \"2018-08-16 08:02:50\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"daily_usage_mb\": null,\n            \"monthly_usage_mb\": \"431.530\",\n            \"count_of_sessions\": 16,\n            \"sms_sent\": 4,\n            \"notes\": \"test note\"\n        },\n        {\n            \"status\": \"Activated\",\n            \"iccid\": \"8912051423000289410\",\n            \"rate_plan\": \"World 2G/3G\",\n            \"last_seen\": \"2018-08-16 08:20:31\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"daily_usage_mb\": \"80.60\",\n            \"monthly_usage_mb\": \"80.600\",\n            \"count_of_sessions\": 5,\n            \"sms_sent\": 0,\n            \"notes\": \"test note\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/iot_sim_cards?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/iot_sim_cards?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/iot_sim_cards\",\n    \"per_page\": 25,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"d397d8ae-a8f4-4bda-9a06-554ed387853a"},{"name":"GetSimCardFilterData","id":"4fe9a068-d893-730b-a83f-2a59fb9e9c77","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_cards/filter_data","description":"<p>Use: This request is utilized to receive a list of possible SIM card statuses and status IDs for filtering purposes in other API requests.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card_filter_data</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_cards","filter_data"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"134c5080-1314-46a8-95b9-2e012533cd7c","name":"GetSimCardFilterData","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card_filter_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"68","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 09:42:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"sim_card_statuses\":{\"1\":\"Activated\",\"2\":\"Deactivated\"}}"}],"_postman_id":"4fe9a068-d893-730b-a83f-2a59fb9e9c77"},{"name":"SimActivate","id":"f1f38f25-e6d1-7a34-f537-e40e38af5436","request":{"method":"POST","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/activation_ready","description":"<p>Use: This request is utilized to immediately activate SIM card and enable data provisioning for it.</p>\n<p>Sufficient account balance is required to complete this request.</p>\n<p>Method: <strong>POST</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/activation_ready</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","activation_ready"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"4263a430-1d89-4e86-bb66-e445adf92a64","name":"SimActivate","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/activation_ready"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 09:42:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"ack\":\"success\"}"}],"_postman_id":"f1f38f25-e6d1-7a34-f537-e40e38af5436"},{"name":"SimDeactivate","id":"80596bb5-75e2-c6e2-1500-e9b828f60fb5","request":{"method":"POST","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/deactivate","description":"<p>Use: This request is utilized to immediately deactivate SIM card and disable data provisioning for it.</p>\n<p>Method: <strong>POST</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/deactivate</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","deactivate"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"083c5d62-4513-4198-80e6-c5b5d76e559a","name":"SimDeactivate","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8934071579000029347/deactivate"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 09:42:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"ack\":\"success\"}"}],"_postman_id":"80596bb5-75e2-c6e2-1500-e9b828f60fb5"},{"name":"UpdateDeactivationDate","id":"4bb91f10-b5d1-4814-a45c-b7c624b0eeec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deactivation_date\": \"2025-03-15\"\n}"},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/deactivation_date","description":"<p>Use: This request is utilized to update deactivation date of the SIM card. </p>\n<p>deactivation_date parameter should be at least 1 day later than current UTC date.  </p>\n<p>Method: <strong>PUT</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/deactivation_date</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","deactivation_date"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"dd512492-e7d2-4a71-855e-e676e2f75cf3","name":"UpdateDeactivationDate","originalRequest":{"method":"PUT","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deactivation_date\": \"2025-03-15\"\n}"},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/deactivation_date"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:16:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"ack\":\"success\"}"}],"_postman_id":"4bb91f10-b5d1-4814-a45c-b7c624b0eeec"},{"name":"UpdateNotes","id":"88bc8485-9a85-45cb-9dc7-c401934375fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notes\": \"Test notes\"\n}"},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/notes","description":"<p>Use: This request is utilized to update notes of the SIM card. </p>\n<p>Method: <strong>PUT</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/notes</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","notes"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"44281d3a-c6db-4784-aa67-10d6b152fcc2","name":"UpdateNotes","originalRequest":{"method":"PUT","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"notes\":\"Test notes\"}"},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/notes"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:16:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"ack\":\"success\"}"}],"_postman_id":"88bc8485-9a85-45cb-9dc7-c401934375fe"},{"name":"GetSimAuditLog","id":"14389ffb-93dd-ac45-889e-4fe6a0616727","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/audit_log","description":"<p>Use: This request is utilized to receive audit log of user and system actions for the specific SIM card including action performed, prior value, current value and username of a person or entity performing the action.</p>\n<p>Typical SIM card actions are: </p>\n<ul>\n<li>activation/deactivation</li>\n<li>sending SMS message</li>\n<li>adding or changing notes</li>\n</ul>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/audit_log</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","audit_log"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"ed9a0cf0-cd03-431a-b5b5-777592122ade","name":"GetSimAuditLog","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/audit_log"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"484","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:52:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"date\": \"2018-09-02 09:44:59\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Deactivated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-09-02 09:42:39\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Deactivated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-09-02 09:42:28\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-30 13:55:49\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Deactivated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-30 13:55:21\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Deactivated\",\n            \"user_name\": \"System\",\n            \"description\": \"Minimal Deposit\"\n        },\n        {\n            \"date\": \"2018-08-30 13:53:49\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Deactivated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acct\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-30 13:50:01\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Deactivated\",\n            \"user_name\": \"System\",\n            \"description\": \"Minimal Deposit\"\n        },\n        {\n            \"date\": \"2018-08-30 09:24:20\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Deactivated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-30 09:21:29\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Deactivated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-30 09:05:08\",\n            \"field\": \"Cancel Location\",\n            \"prior_value\": \"-\",\n            \"value\": \"-\",\n            \"user_name\": \"Test Acct\",\n            \"description\": \"Request\"\n        },\n        {\n            \"date\": \"2018-08-29 09:06:01\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Deactivated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-29 08:49:36\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Deactivated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-29 08:41:33\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Deactivated\",\n            \"value\": \"Activated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-29 08:41:00\",\n            \"field\": \"Status\",\n            \"prior_value\": \"Activated\",\n            \"value\": \"Deactivated\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"Action\"\n        },\n        {\n            \"date\": \"2018-08-26 12:01:33\",\n            \"field\": \"Notes\",\n            \"prior_value\": \"\",\n            \"value\": \"Test\",\n            \"user_name\": \"Test Acc\",\n            \"description\": \"\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/audit_log?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/audit_log?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/audit_log\",\n    \"per_page\": 25,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 15\n}"}],"_postman_id":"14389ffb-93dd-ac45-889e-4fe6a0616727"}],"id":"3e6c5b8e-47d8-8084-7bb1-6fbffaa91f6d","_postman_id":"3e6c5b8e-47d8-8084-7bb1-6fbffaa91f6d","description":""},{"name":"Data usage","item":[{"name":"GetSimSessions","id":"622d2783-ee1d-4d27-e9d5-86a34d7b1406","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/sessions","description":"<p>Use: This request is utilized to receive a list of data sessions for the SIM card in the current billing cycle including data consumed in KB, date and time session was recorded in, session duration and country session was registered in.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/sessions</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","sessions"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"7313e593-ab85-4f5a-9f96-f3475013a470","name":"GetSimSessions","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/sessions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"403","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:24:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"iccid\": \"8912051423000289410\",\n            \"start_date\": \"2018-09-02 10:58:40\",\n            \"end_date\": \"2018-09-02 11:08:23\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"country_code\": \"IL\",\n            \"duration_sec\": 583,\n            \"usage_kb\": \"16310.102\"\n        },\n        {\n            \"iccid\": \"8912051423000289410\",\n            \"start_date\": \"2018-09-02 10:57:41\",\n            \"end_date\": \"2018-09-02 10:58:40\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"country_code\": \"IL\",\n            \"duration_sec\": 59,\n            \"usage_kb\": \"21388.228\"\n        },\n        {\n            \"iccid\": \"8912051423000289410\",\n            \"start_date\": \"2018-09-02 10:57:02\",\n            \"end_date\": \"2018-09-02 10:57:41\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"country_code\": \"IL\",\n            \"duration_sec\": 39,\n            \"usage_kb\": \"20442.771\"\n        },\n        {\n            \"iccid\": \"8912051423000289410\",\n            \"start_date\": \"2018-09-02 10:56:06\",\n            \"end_date\": \"2018-09-02 10:57:02\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"country_code\": \"IL\",\n            \"duration_sec\": 56,\n            \"usage_kb\": \"23240.704\"\n        },\n        {\n            \"iccid\": \"8912051423000289410\",\n            \"start_date\": \"2018-09-02 10:30:27\",\n            \"end_date\": \"2018-09-02 10:53:16\",\n            \"billing_cycle\": \"2018-09-01\",\n            \"country_code\": \"IL\",\n            \"duration_sec\": 1369,\n            \"usage_kb\": \"1153.000\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/sessions?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/sessions?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/sessions\",\n    \"per_page\": 25,\n    \"prev_page_url\": null,\n    \"to\": 5,\n    \"total\": 5\n}"}],"_postman_id":"622d2783-ee1d-4d27-e9d5-86a34d7b1406"},{"name":"GetSimDestinationLog","id":"9017405e-8bed-110e-9b2e-1c929ba8d4cf","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/destination_log","description":"<p>Use: This request is utilized to receive a list of destinations (countries or territories) SIM card was used in during the current billing cycle as well as data usage in MB for every such country.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/destination_log</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","destination_log"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"c33bd2e8-9404-4779-8986-4ede14f692f4","name":"GetSimDestinationLog","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/destination_log"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"73","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:45:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"country_code\":\"IL\",\"country_name\":\"Israel\",\"usage_mb\":\"80.60\"}]"}],"_postman_id":"9017405e-8bed-110e-9b2e-1c929ba8d4cf"},{"name":"GetSimDailyStatistics","id":"44805d0d-5b78-67a6-f5ca-fb2b923bdbd2","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/daily_statistics","description":"<p>Use: This request is utilized to receive data usage per day for every day the SIM card had data usage in the current billing cycle.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/daily_statistics</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","daily_statistics"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"59cde4e5-f982-4ff4-b321-b5c9c96c7e5c","name":"GetSimDailyStatistics","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/daily_statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:50:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"date\":\"09-02-2018\",\"usage_mb\":\"80.60\"}]"}],"_postman_id":"44805d0d-5b78-67a6-f5ca-fb2b923bdbd2"},{"name":"GetSimUsageSummary","id":"28e43523-5242-437a-b7c9-d25adbf5d614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/usage_summary","description":"<p>Use: This request is utilized to receive SIM usage summary per each month.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/usage_summary</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","usage_summary"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"3413cd0e-a596-41fe-b05c-9d83f92db044","name":"GetSimUsageSummary - Success","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/usage_summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"484","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:52:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\r\n   {\r\n      \"year\":2019,\r\n      \"month\":4,\r\n      \"usage_kb\":\"2127121.034\"\r\n   },\r\n   {\r\n      \"year\":2019,\r\n      \"month\":5,\r\n      \"usage_kb\":\"6801816.530\"\r\n   },\r\n   {\r\n      \"year\":2019,\r\n      \"month\":6,\r\n      \"usage_kb\":\"4161176.170\"\r\n   },\r\n   {\r\n      \"year\":2019,\r\n      \"month\":7,\r\n      \"usage_kb\":\"6021688.202\"\r\n   },\r\n   {\r\n      \"year\":2019,\r\n      \"month\":8,\r\n      \"usage_kb\":\"28632424.566\"\r\n   },\r\n   {\r\n      \"year\":2019,\r\n      \"month\":9,\r\n      \"usage_kb\":\"15084538.982\"\r\n   },\r\n   {\r\n      \"year\":2019,\r\n      \"month\":10,\r\n      \"usage_kb\":\"8972923.000\"\r\n   }\r\n]"},{"id":"c1d094dc-a466-427d-91f0-3e4dec07c4da","name":"GetSimUsageSummary - Error","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289411/usage_summary"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"ack\":\"fail\",\r\n   \"message\":\"SIM Card Not Found\"\r\n}"}],"_postman_id":"28e43523-5242-437a-b7c9-d25adbf5d614"}],"id":"cbb5e866-322a-02d8-65ec-ee7134a5fc32","_postman_id":"cbb5e866-322a-02d8-65ec-ee7134a5fc32","description":""},{"name":"SMS","item":[{"name":"SendSMS","id":"b44472e1-a139-5974-5eb5-e8465483dab1","request":{"method":"POST","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"message\":\"Hello World!\"}"},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/send_sms","description":"<p>Use: This request is utilized to send SMS message to the device with specific SIM card inside.</p>\n<p>Method: <strong>POST</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/send_sms</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","send_sms"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"1d5aec15-2116-4817-a495-bb787d883278","name":"SendSMS","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"message\":\"Hello World!\"}"},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/send_sms"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:16:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"ack\":\"success\"}"}],"_postman_id":"b44472e1-a139-5974-5eb5-e8465483dab1"},{"name":"SendBulkSMS","id":"1b1bd64a-5b33-e4ad-83cd-bbbdcf889469","request":{"method":"POST","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"delay\":5,\"messages\":[\"message1\",\"message2\",\"message3\",\"message4\",\"message5\"]}"},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/send_bulk_sms","description":"<p>Use: This request is utilized to send multiple SMS messages to the device with specific SIM card inside with delay (in seconds) between each subsequently sent message.</p>\n<p>Method: <strong>POST</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/send_bulk_sms</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","send_bulk_sms"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"5c502c73-c9b9-4aea-b82d-c195edd74d53","name":"SendBulkSMS","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"delay\":5,\"messages\":[\"message 1\",\"message 2\",\"message 3\",\"message 4\"]}"},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/send_bulk_sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"95","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 13:32:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n\t\"ack\": \"success\"\n}"}],"_postman_id":"1b1bd64a-5b33-e4ad-83cd-bbbdcf889469"},{"name":"GetSMSMessages","id":"f8d9356b-2b80-4824-8316-501e72fe8c54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"hash","value":"{hash}","type":"text"},{"key":"uuid","value":"{user_uuid}","type":"text"}],"url":"https://{link}/api/{account_uuid}/sim_card/{iccid}/sms_messages","description":"<p>Use: This request is utilized to receive a list of SMS messages (MO/MT). You can use the filter by:</p>\n<ul>\n<li>billing_cycle (YYYY-MM)</li>\n<li>msg_type (MO, MT)</li>\n<li>status ('Received', 'Pending', 'Delivered', etc)</li>\n<li>message_text (any part of the string)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{iccid}","sms_messages"],"host":["{link}"],"query":[{"disabled":true,"key":"hash","value":null}],"variable":[]}},"response":[{"id":"a4b34be9-d61d-4432-bad6-bb94cd9ae444","name":"GetSMSMessages","originalRequest":{"method":"GET","header":[{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"hash","type":"text","value":"{hash}"},{"key":"uuid","type":"text","value":"{user_uuid}"}],"url":{"raw":"https://{link}/api/{account_uuid}/sim_card/{iccid}/sms_messages","protocol":"https","host":["{link}"],"path":["api","{account_uuid}","sim_card","{iccid}","sms_messages"],"query":[{"key":"hash","type":"text","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"date_added\": \"2020-07-01T18:11:36.618Z\",\n            \"msg_type\": \"MT\",\n            \"message_text\": \"status\",\n            \"status\": \"Delivered\",\n            \"date_modified\": \"2020-07-02T01:02:36.577Z\"\n        },\n        {\n            \"date_added\": \"2020-07-01T18:06:41.623Z\",\n            \"msg_type\": \"MT\",\n            \"message_text\": \"status\",\n            \"status\": \"Delivered\",\n            \"date_modified\": \"2020-07-02T01:01:20.693Z\"\n        },\n        {\n            \"date_added\": \"2020-07-01T17:51:49.548Z\",\n            \"msg_type\": \"MT\",\n            \"message_text\": \"status\",\n            \"status\": \"Delivered\",\n            \"date_modified\": \"2020-07-02T00:53:15.622Z\"\n        }\n    ],\n    \"first_page_url\": \"https://{link}/api/{account_uuid}/sim_card/{iccid}/sms_messages?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://{link}/api/{account_uuid}/sim_card/{iccid}/sms_messages?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://{link}/api/{account_uuid}/sim_card/{iccid}/sms_messages\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"f8d9356b-2b80-4824-8316-501e72fe8c54"}],"id":"a40ade2e-a768-cb45-853c-4c3a5ef3d839","_postman_id":"a40ade2e-a768-cb45-853c-4c3a5ef3d839","description":""},{"name":"Account","item":[{"name":"GetAccountList","id":"3f7b31a8-a2a6-a7d4-8134-27b5446b5609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"url":"https://{link}/api/{account_uuid}/accounts","description":"<p>Use: This request is utilized to receive a list of sub-accounts that belong to the specified main account.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/accounts</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","accounts"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"dc21f517-23e6-41e1-85f0-e88dcbc1d736","name":"GetAccountList","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"189","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:57:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/accounts?page=1\",\n    \"from\": null,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/accounts?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/accounts\",\n    \"per_page\": 25,\n    \"prev_page_url\": null,\n    \"to\": null,\n    \"total\": 0\n}"}],"_postman_id":"3f7b31a8-a2a6-a7d4-8134-27b5446b5609"},{"name":"GetAccountDetails","id":"88af8dc9-08ff-b2b6-85b5-126a69c8431c","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}","description":"<p>Use: This request is utilized to receive basic account information such as: </p>\n<ul>\n<li>account number </li>\n<li>account name</li>\n<li>account type</li>\n<li>current balance (in USD)</li>\n<li>minimum balance threshold and whether account balance is insufficient for continued operation and requires a refill.</li>\n</ul>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"90c4f2b7-4e6e-420f-bd3c-3358c6ecccd0","name":"GetAccountDetails","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"136","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 11:59:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"number\": 1,\n    \"name\": \"Test\",\n    \"type\": \"Professional\",\n    \"current_balance\": 36.6389,\n    \"minimum_deposit\": 30,\n    \"is_exist_balance_history\": true,\n    \"is_low_balance\": false\n}"}],"_postman_id":"88af8dc9-08ff-b2b6-85b5-126a69c8431c"}],"id":"5164feca-07fe-6645-0d29-80579f1e23fc","_postman_id":"5164feca-07fe-6645-0d29-80579f1e23fc","description":""},{"name":"Balance and Pricing","item":[{"name":"GetCurrentBalance","id":"f3b1dd04-3e1c-7990-516a-d223bf1ac375","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/current_balance","description":"<p>Use: This request is utilized to receive current available balance in USD for the account.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/current_balance</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","current_balance"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"4c535222-9add-48e8-b45e-b82d0554d940","name":"GetCurrentBalance","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/current_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:01:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"current_balance\":36.6389}"}],"_postman_id":"f3b1dd04-3e1c-7990-516a-d223bf1ac375"},{"name":"GetBillCycleList","id":"32b07c5c-43d2-4dc5-9d15-4e59f8764822","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/sim_card/{SIM_iccid}/bill_cycle_list","description":"<p>Use: This request is utilized to receive a historic list of bill cycles available for the SIM card. This can be used for filtering purposes in other requests.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/sim_card/{SIM_ICCID}/bill_cycle_list</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","sim_card","{SIM_iccid}","bill_cycle_list"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"3d9b73a6-88b9-4d9e-ab50-2887311e87db","name":"GetBillCycleList","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/sim_card/8912051423000289410/bill_cycle_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"50","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:04:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"2018-09\":\"Sep 2018\",\"2018-08\":\"Aug 2018\"}"}],"_postman_id":"32b07c5c-43d2-4dc5-9d15-4e59f8764822"},{"name":"GetBalanceHistory","id":"acf41042-25d7-c245-8000-1391917e985e","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/balance_history","description":"<p>Use: This request is utilized to receive a summarized daily history of account balance entries including cumulative daily debit and credit operations, such as refills and charges in USD.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/balance_history</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","balance_history"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"69332889-120b-42cf-b256-1087a09f2387","name":"GetBalanceHistory","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"415","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:05:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 464,\n            \"account_id\": 41,\n            \"date\": \"2018-09-02\",\n            \"amount_credit\": \"0.0000\",\n            \"amount_debit\": \"5.1665\",\n            \"created_at\": \"2018-09-02 06:08:01\",\n            \"updated_at\": \"2018-09-02 12:00:02\"\n        },\n        {\n            \"id\": 11,\n            \"account_id\": 41,\n            \"date\": \"2018-08-30\",\n            \"amount_credit\": \"12.0000\",\n            \"amount_debit\": \"21.8972\",\n            \"created_at\": \"2018-08-30 06:17:04\",\n            \"updated_at\": \"2018-08-31 08:11:01\"\n        },\n        {\n            \"id\": 10,\n            \"account_id\": 41,\n            \"date\": \"2018-08-29\",\n            \"amount_credit\": \"4.0000\",\n            \"amount_debit\": \"0.0000\",\n            \"created_at\": \"2018-08-29 13:20:44\",\n            \"updated_at\": \"2018-08-29 13:44:22\"\n        },\n        {\n            \"id\": 9,\n            \"account_id\": 41,\n            \"date\": \"2018-08-27\",\n            \"amount_credit\": \"0.0000\",\n            \"amount_debit\": \"1.0480\",\n            \"created_at\": \"2018-08-28 16:21:39\",\n            \"updated_at\": \"2018-08-28 16:21:39\"\n        },\n        {\n            \"id\": 6,\n            \"account_id\": 41,\n            \"date\": \"2018-08-26\",\n            \"amount_credit\": \"0.0000\",\n            \"amount_debit\": \"17.4205\",\n            \"created_at\": \"2018-08-28 16:21:37\",\n            \"updated_at\": \"2018-08-28 16:21:37\"\n        },\n        {\n            \"id\": 3,\n            \"account_id\": 41,\n            \"date\": \"2018-08-16\",\n            \"amount_credit\": \"80.0000\",\n            \"amount_debit\": \"13.8289\",\n            \"created_at\": \"2018-08-28 16:21:33\",\n            \"updated_at\": \"2018-08-28 16:21:54\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_history?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_history?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_history\",\n    \"per_page\": 20,\n    \"prev_page_url\": null,\n    \"to\": 6,\n    \"total\": 6\n}"}],"_postman_id":"acf41042-25d7-c245-8000-1391917e985e"},{"name":"GetBalancePayments","id":"b3680a20-46e2-790e-a0ba-edd4ec04fc95","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/balance_payments","description":"<p>Use: This request is utilized to receive a list of all balance refill payments made including amount paid, date and time, transaction ID and payment method used.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/balance_payments</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","balance_payments"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"f1374c15-4c34-4d92-9ac3-fb1161a647ef","name":"GetBalancePayments","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"379","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:08:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"date\": \"2018-08-30 09:06:44\",\n            \"amount\": \"2.00\",\n            \"transaction_id\": \"20180830040643-0772354-55640\",\n            \"last_credit_card_digits\": \"4552\",\n            \"created_at\": \"2018-08-30 09:06:45\",\n            \"updated_at\": \"2018-08-30 09:06:45\"\n        },\n        {\n            \"date\": \"2018-08-30 08:40:11\",\n            \"amount\": \"2.00\",\n            \"transaction_id\": \"20180830034010-0772354-55632\",\n            \"last_credit_card_digits\": \"4552\",\n            \"created_at\": \"2018-08-30 08:40:13\",\n            \"updated_at\": \"2018-08-30 08:40:13\"\n        },\n        {\n            \"date\": \"2018-08-30 07:02:44\",\n            \"amount\": \"2.00\",\n            \"transaction_id\": \"20180830020243-0772354-55558\",\n            \"last_credit_card_digits\": \"4552\",\n            \"created_at\": \"2018-08-30 07:02:45\",\n            \"updated_at\": \"2018-08-30 07:02:45\"\n        },\n        {\n            \"date\": \"2018-08-30 06:32:07\",\n            \"amount\": \"2.00\",\n            \"transaction_id\": \"20180830013159-0772354-55549\",\n            \"last_credit_card_digits\": \"4552\",\n            \"created_at\": \"2018-08-30 06:32:28\",\n            \"updated_at\": \"2018-08-30 06:32:28\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_payments?page=1\",\n    \"from\": 1,\n    \"last_page\": 3,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_payments?page=3\",\n    \"next_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_payments?page=2\",\n    \"path\": \"https://admin.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_payments\",\n    \"per_page\": 4,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 9\n}"}],"_postman_id":"b3680a20-46e2-790e-a0ba-edd4ec04fc95"},{"name":"GetBalanceUsages","id":"ce9c1579-9da9-1953-86a0-2f1c9fcce748","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/balance_usages","description":"<p>Use: This request is utilized to receive a detailed list of balance debit events for each SIM card per day per country for the account.</p>\n<p>List includes:</p>\n<ul>\n<li>SIM card ICCID</li>\n<li>Date and time of the balance debit event</li>\n<li>Country or territory SIM card was used in</li>\n<li>Data used in MB</li>\n<li>Price per MB for this country or territory</li>\n<li>Balance debit amount for this event in USD</li>\n</ul>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/balance_usages</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","balance_usages"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"d280981d-2469-4418-b61c-c49f8c5aee31","name":"GetBalanceUsages","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_usages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"427","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:11:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"date\": \"2018-09-02\",\n            \"iccid\": \"8912051423000289410\",\n            \"country\": \"Israel\",\n            \"price_mb\": \"0.0641\",\n            \"usage_mb\": \"80.6000\",\n            \"amount\": \"5.1665\",\n            \"discount\": 0,\n            \"due_amount\": \"5.1665\",\n            \"created_at\": \"2018-09-02 11:08:01\",\n            \"updated_at\": \"2018-09-02 12:08:02\"\n        },\n        {\n            \"date\": \"2018-08-30\",\n            \"iccid\": \"8912051423000289410\",\n            \"country\": \"Israel\",\n            \"price_mb\": \"0.0641\",\n            \"usage_mb\": \"341.6100\",\n            \"amount\": \"21.8972\",\n            \"discount\": 0,\n            \"due_amount\": \"21.8972\",\n            \"created_at\": \"2018-08-30 09:16:02\",\n            \"updated_at\": \"2018-08-31 08:11:01\"\n        },\n        {\n            \"date\": \"2018-08-27\",\n            \"iccid\": \"8912051423000289410\",\n            \"country\": \"Israel\",\n            \"price_mb\": \"0.0641\",\n            \"usage_mb\": \"16.3500\",\n            \"amount\": \"1.0480\",\n            \"discount\": 0,\n            \"due_amount\": \"1.0480\",\n            \"created_at\": \"2018-08-28 16:21:39\",\n            \"updated_at\": \"2018-08-28 16:21:39\"\n        },\n        {\n            \"date\": \"2018-08-26\",\n            \"iccid\": \"8912051423000282219\",\n            \"country\": \"Israel\",\n            \"price_mb\": \"0.0641\",\n            \"usage_mb\": \"271.7700\",\n            \"amount\": \"17.4205\",\n            \"discount\": 0,\n            \"due_amount\": \"17.4205\",\n            \"created_at\": \"2018-08-28 16:21:37\",\n            \"updated_at\": \"2018-08-28 16:21:37\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_usages?page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_usages?page=2\",\n    \"next_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_usages?page=2\",\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/balance_usages\",\n    \"per_page\": 4,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 7\n}"}],"_postman_id":"ce9c1579-9da9-1953-86a0-2f1c9fcce748"},{"name":"GetPrices","id":"540862cc-4d22-9b69-b0af-f565d1d04c51","request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"hash","value":"{hash}"},{"key":"uuid","value":"{user_uuid}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{link}/api/{account_uuid}/prices","description":"<p>Use: This request is utilized to receive up to date data price per megabyte of data used per country for the account. Prices are in USD.</p>\n<p>Method: <strong>GET</strong></p>\n<blockquote>\n<p>URI: <strong>https://{link}/api/{account_uuid}/prices</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","{account_uuid}","prices"],"host":["{link}"],"query":[],"variable":[]}},"response":[{"id":"acca6154-7dfd-43c8-abd9-9610e2783865","name":"GetPrices","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"1535237456"},{"key":"hash","value":"ZtgF1nWry54iDMtLoxRarj4FmSxY"},{"key":"uuid","value":"eb219a5afc5u4a1cc6aNa32d24e3ff5a"}],"body":{"mode":"formdata","formdata":[]},"url":"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"627","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 02 Sep 2018 12:13:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Afghanistan\",\n            \"country_code\": \"AF\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Albania\",\n            \"country_code\": \"AL\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0699\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Algeria\",\n            \"country_code\": \"DZ\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0729\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 4,\n            \"title\": \"American Samoa\",\n            \"country_code\": \"AS\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Andorra\",\n            \"country_code\": \"AD\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Angola\",\n            \"country_code\": \"AO\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Anguilla\",\n            \"country_code\": \"AI\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0816\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 8,\n            \"title\": \"Antarctica\",\n            \"country_code\": \"AQ\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 9,\n            \"title\": \"Antigua and Barbuda\",\n            \"country_code\": \"AG\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0816\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 10,\n            \"title\": \"Argentina\",\n            \"country_code\": \"AR\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0310\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 11,\n            \"title\": \"Armenia\",\n            \"country_code\": \"AM\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 12,\n            \"title\": \"Aruba\",\n            \"country_code\": \"AW\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.1107\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 13,\n            \"title\": \"Australia\",\n            \"country_code\": \"AU\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0408\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 14,\n            \"title\": \"Austria\",\n            \"country_code\": \"AT\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0175\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 15,\n            \"title\": \"Azerbaijan\",\n            \"country_code\": \"AZ\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0408\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 16,\n            \"title\": \"Bahamas\",\n            \"country_code\": \"BS\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 17,\n            \"title\": \"Bahrain\",\n            \"country_code\": \"BH\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 18,\n            \"title\": \"Bangladesh\",\n            \"country_code\": \"BD\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0909\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 19,\n            \"title\": \"Barbados\",\n            \"country_code\": \"BB\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.1375\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 20,\n            \"title\": \"Belarus\",\n            \"country_code\": \"BY\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0408\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 21,\n            \"title\": \"Belgium\",\n            \"country_code\": \"BE\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0175\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 22,\n            \"title\": \"Belize\",\n            \"country_code\": \"BZ\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 23,\n            \"title\": \"Benin\",\n            \"country_code\": \"BJ\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.1107\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 24,\n            \"title\": \"Bermuda\",\n            \"country_code\": \"BM\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"0.0641\",\n            \"new_price_per_mb\": \"\"\n        },\n        {\n            \"id\": 25,\n            \"title\": \"Bhutan\",\n            \"country_code\": \"BT\",\n            \"additional_country_code\": \"\",\n            \"current_price_per_mb\": \"1.5000\",\n            \"new_price_per_mb\": \"\"\n        }\n    ],\n    \"first_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/prices?page=1\",\n    \"from\": 1,\n    \"last_page\": 10,\n    \"last_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/prices?page=10\",\n    \"next_page_url\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/prices?page=2\",\n    \"path\": \"https://test.keepgo.com/api/9043a63ccd463578312636a7c32a14de/prices\",\n    \"per_page\": 25,\n    \"prev_page_url\": null,\n    \"to\": 25,\n    \"total\": 242\n}"}],"_postman_id":"540862cc-4d22-9b69-b0af-f565d1d04c51"}],"id":"4146a8c0-bf44-b393-13d3-bd374d585981","_postman_id":"4146a8c0-bf44-b393-13d3-bd374d585981","description":""}],"event":[{"listen":"prerequest","script":{"id":"e8cf7f2d-f924-47f8-9271-300235a3bd84","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"604330a9-0e61-42de-a883-444bca3372b1","type":"text/javascript","exec":[""]}}]}