{"info":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","description":"<html><head></head><body><p>All calls to the Logistimatics HTTPS API require an Authorization header with an API key.</p>\n<p>For example, to test with our demo account, use the following header</p>\n<blockquote>\n<p><code>Authorization: Bearer E8SItxKE-rK4w-ohzY-YVjF-H33J68r6wO7v</code></p>\n</blockquote>\n<p>As a rule, all dates are ISO8601 strings. Please note that<br>depending on your HTTP client you may need to URL-encode these strings<br>as they contain colons (<code>:</code>).</p>\n<p>Device IDs (serial numbers) are strings of the form <code>\"00000-13092\".</code> All calls to devices can be made via this format or using the device's respective <code>id</code> field.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23396889","collectionId":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","publishedId":"2s83tDos6w","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-03T16:13:56.000Z"},"item":[{"name":"Devices","item":[{"name":"/api/devices","id":"b9740a33-76d3-4d9f-8d2a-4dc77e827208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/devices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["devices"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[]}},"response":[{"id":"74bd592e-8d9e-41bf-af2d-1734ba91e6f4","name":"/api/devices - Unauthenticated","originalRequest":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/devices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 30 Aug 2022 18:08:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\",\n    \"debug\": {\n        \"database\": {\n            \"total\": 0,\n            \"items\": []\n        },\n        \"cache\": {\n            \"hit\": {\n                \"keys\": [],\n                \"total\": 0\n            },\n            \"miss\": {\n                \"keys\": [\n                    \"telescope:dump-watcher\",\n                    \"telescope:pause-recording\"\n                ],\n                \"total\": 2\n            },\n            \"write\": {\n                \"keys\": [],\n                \"total\": 0\n            },\n            \"forget\": {\n                \"keys\": [],\n                \"total\": 0\n            }\n        },\n        \"profiling\": [\n            {\n                \"event\": \"request-time\",\n                \"time\": 0.10403108596801758\n            }\n        ],\n        \"memory\": {\n            \"usage\": 23993048,\n            \"peak\": 24037032\n        }\n    }\n}"},{"id":"e142a976-7f34-40e5-95ee-d2352a78aa95","name":"/api/devices","originalRequest":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/devices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:00:19 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"device_id\": \"00000-7640\",\n        \"name\": \"Ktrine's Mobile 200g (4G)\",\n        \"last_ping_at\": \"2022-09-05 23:59:58\",\n        \"battery_percentage\": 98,\n        \"last_position_at\": \"2022-09-05 23:59:58\",\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": 731000\n    },\n    {\n        \"id\": 3,\n        \"device_id\": \"00000-2903\",\n        \"name\": \"Slma's Micro 299\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 4,\n        \"device_id\": \"00000-6183\",\n        \"name\": \"Crawford's Asset 340\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 5,\n        \"device_id\": \"00000-4305\",\n        \"name\": \"Cristian's Micro 430\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 6,\n        \"device_id\": \"00000-8570\",\n        \"name\": \"Arden's Wired 425\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 8,\n        \"device_id\": \"00000-5622\",\n        \"name\": \"Pinkie's Mobile 310\",\n        \"last_ping_at\": \"2022-09-05 23:59:59\",\n        \"battery_percentage\": 100,\n        \"last_position_at\": \"2022-09-05 23:59:59\",\n        \"latitude\": 33.7120777777778,\n        \"longitude\": -84.3784355555556,\n        \"address\": \"295 Margaret Street Southeast, Atlanta, GA 30315\",\n        \"mileage\": null,\n        \"speed\": 0,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 9,\n        \"device_id\": \"00000-35263\",\n        \"name\": \"Luke: 00000-35263\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 10,\n        \"device_id\": \"00000-224964\",\n        \"name\": \"Luke: 224964\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 11,\n        \"device_id\": \"00000-219302\",\n        \"name\": \"Luke: 219302\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 12,\n        \"device_id\": \"00000-215259\",\n        \"name\": \"Luke: 215259\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 13,\n        \"device_id\": \"00000-212249\",\n        \"name\": \"Luke: 212249\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 14,\n        \"device_id\": \"00000-186873\",\n        \"name\": \"Luke: 186873\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 20,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 21,\n        \"device_id\": \"00000-26356\",\n        \"name\": \"Testing Device\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 22,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 23,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 25,\n        \"device_id\": \"00000-21434232\",\n        \"name\": \"Marko's new test device\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 27,\n        \"device_id\": \"00000-124124512412412412\",\n        \"name\": \"Mobile 200 Test Ivan\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 28,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 29,\n        \"device_id\": \"00000-\",\n        \"name\": \"Pocket Tracker | Small GPS Tracker | 4G Personal Tracking Device\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 30,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 31,\n        \"device_id\": \"00000-\",\n        \"name\": \"Pocket Tracker | Small GPS Tracker | 4G Personal Tracking Device\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 34,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 35,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 36,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 37,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 38,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 39,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 40,\n        \"device_id\": \"00000-1231231231\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 45,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 47,\n        \"device_id\": \"00000-238748\",\n        \"name\": \"Device 1\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217205,\n        \"device_id\": \"00000-1100000\",\n        \"name\": \"1100000\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217239,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217253,\n        \"device_id\": \"00000-\",\n        \"name\": \"Micro-431 Shipment Tracker\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217254,\n        \"device_id\": \"00000-\",\n        \"name\": \"Micro-431 Shipment Tracker\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217260,\n        \"device_id\": \"00000-300004\",\n        \"name\": \"300004\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217261,\n        \"device_id\": \"00000-300005\",\n        \"name\": \"300005\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217265,\n        \"device_id\": \"00000-\",\n        \"name\": \"Micro-431 Shipment Tracker\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217266,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217267,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217268,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    },\n    {\n        \"id\": 217269,\n        \"device_id\": \"00000-\",\n        \"name\": \"Mobile-200 | 4G GPS Tracker with Live Audio Monitoring\",\n        \"last_ping_at\": null,\n        \"battery_percentage\": null,\n        \"last_position_at\": null,\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"mileage\": null,\n        \"speed\": null,\n        \"accuracy\": null\n    }\n]"}],"_postman_id":"b9740a33-76d3-4d9f-8d2a-4dc77e827208"},{"name":"/api/device/:id","id":"20c64f35-c98d-41a0-a080-d97d03a3c595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/device/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"b37190ee-80f5-46ff-b419-f193f3329652","type":"any","value":"2","key":"id"}]}},"response":[{"id":"8b9a151f-095a-4b7c-9776-e66a7e17dacd","name":"/api/devices/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/devices/:id","host":["https://api.logistimatics.com/api"],"path":["devices",":id"],"variable":[{"key":"id","value":"7640"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:00:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"device_id\": \"00000-7640\",\n    \"name\": \"Ktrine's Mobile 200g (4G)\",\n    \"last_ping_at\": \"2022-09-05 23:59:58\",\n    \"battery_percentage\": 98,\n    \"last_position_at\": \"2022-09-05 23:59:58\",\n    \"latitude\": 33.965537,\n    \"longitude\": -118.3017273,\n    \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n    \"mileage\": null,\n    \"speed\": null,\n    \"accuracy\": 731000\n}"}],"_postman_id":"20c64f35-c98d-41a0-a080-d97d03a3c595"},{"name":"/api/device/:id","id":"0463d39c-24e9-41eb-8604-8af14d68fd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meta\": {\r\n        \"test\": \"abc\",\r\n        \"anothertest\" : \"value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.logistimatics.com/api/device/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"0755bb8c-5ddd-418c-bb0d-6832c71a8185","type":"any","value":"2","key":"id"}]}},"response":[{"id":"c9d7df41-6bca-4c0d-9690-85be7dbe6edb","name":"/api/devices/:id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meta\": {\r\n        \"test\": \"abc\",\r\n        \"anothertest\" : \"value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.logistimatics.com/api/devices/:id","host":["https://api.logistimatics.com/api"],"path":["devices",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:00:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"0463d39c-24e9-41eb-8604-8af14d68fd6e"},{"name":"/api/device/:id/positions","id":"4e30904e-613e-4803-92b2-32b03bfe5372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/device/:id/positions?start_at=2022-08-16T00:00:00-05:00&end_at=2022-09-17T00:00:00-05:00","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id","positions"],"host":["https://api.logistimatics.com/api"],"query":[{"key":"start_at","value":"2022-08-16T00:00:00-05:00"},{"key":"end_at","value":"2022-09-17T00:00:00-05:00"}],"variable":[{"id":"9d19fbe8-19ff-407a-afc2-c1b6a3e6c0f2","type":"any","value":"2","key":"id"}]}},"response":[{"id":"ee7a9409-1480-42b5-83bb-b4d219ef2faf","name":"/api/devices/:id/positions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/devices/:id/positions?start_at=2022-09-05T00:00:00-05:00&end_at=2022-09-17T00:00:00-05:00","host":["https://api.logistimatics.com/api"],"path":["devices",":id","positions"],"query":[{"key":"start_at","value":"2022-09-05T00:00:00-05:00"},{"key":"end_at","value":"2022-09-17T00:00:00-05:00"}],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:01:09 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T00:00:01+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 96\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T01:39:00+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 96\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T05:18:44+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 96\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T08:32:20+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 97\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T11:22:48+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 97\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T14:05:32+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 97\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T16:43:54+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 97\n    },\n    {\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"accuracy\": 731000,\n        \"timestamp\": \"2022-09-05T20:59:54+00:00\",\n        \"fix\": \"cell\",\n        \"battery_percentage\": 99\n    }\n]"}],"_postman_id":"4e30904e-613e-4803-92b2-32b03bfe5372"},{"name":"/api/device/:id/event","id":"02372946-dba2-48ad-94d6-9c60ebfe88ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/device/:id/events?limit=1&created_at_before=2022-08-17T11:27:14-05:00&created_at_after=2022-08-17T11:27:14-05:00&event_type=geofence","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id","events"],"host":["https://api.logistimatics.com/api"],"query":[{"key":"limit","value":"1"},{"key":"created_at_before","value":"2022-08-17T11:27:14-05:00"},{"key":"created_at_after","value":"2022-08-17T11:27:14-05:00"},{"key":"event_type","value":"geofence"}],"variable":[{"id":"c509876e-7603-492d-b2ce-8052c243e48e","type":"any","value":"2","key":"id"}]}},"response":[{"id":"f922bdfb-7156-4b3a-866b-d764e9151cc4","name":"/api/devices/:id/events","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/devices/:id/events?limit=1&created_at_before=2022-09-17T00:00:00-05:00&created_at_after=2022-09-10T00:00:00-05:00&event_type=geofence","host":["https://api.logistimatics.com/api"],"path":["devices",":id","events"],"query":[{"key":"limit","value":"1"},{"key":"created_at_before","value":"2022-09-17T00:00:00-05:00"},{"key":"created_at_after","value":"2022-09-10T00:00:00-05:00"},{"key":"event_type","value":"geofence"}],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:04:11 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"event_type\": \"geofence-exit\",\n        \"description\": \"Henri's Wired 300 Exited Home\",\n        \"geofence\": {\n            \"id\": 1,\n            \"name\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"address\": null,\n            \"radius\": null\n        },\n        \"device\": {\n            \"id\": 1,\n            \"name\": \"Henri's Wired 300\",\n            \"serial\": \"5231\"\n        }\n    }\n]"}],"_postman_id":"02372946-dba2-48ad-94d6-9c60ebfe88ba"},{"name":"/api/device/:id/commands","id":"f31be4be-040a-41ec-a75c-004cf793a795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/device/:id/commands","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id","commands"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"9b93763e-7075-4b66-9db5-0071ab542f42","type":"any","value":"2","key":"id"}]}},"response":[{"id":"988394cd-901e-4751-a82c-ce2edf3fa506","name":"/api/devices/:id/commands","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/devices/:id/commands","host":["https://api.logistimatics.com/api"],"path":["devices",":id","commands"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 15:02:26 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"status\": \"QUEUED\",\n        \"created_at\": \"2022-09-07T11:35:13+00:00\",\n        \"updated_at\": \"2022-09-07T11:35:13+00:00\",\n        \"message\": \"\\\"{\\\"\\\"MODE,1,30,0#\\\"\\\"}\\\"\",\n        \"translation\": \"\\\"{\\\"\\\"MODE,1,30,0#\\\"\\\"}\\\"\",\n        \"response\": null\n    }\n]"}],"_postman_id":"f31be4be-040a-41ec-a75c-004cf793a795"},{"name":"/api/device/:id/command","id":"5ab10cca-c9b3-44c3-b998-891b2c36aadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"command","value":"{CHECKPHONE*123456}","type":"text"}]},"url":"https://api.logistimatics.com/api/device/:id/command","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id","command"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"c49b15e3-b6c7-4a8a-a67c-7a986b8141f3","type":"any","value":"2","key":"id"}]}},"response":[{"id":"06de9e81-3ada-438e-9e65-eac8a1cf9a76","name":"/api/devices/:id/command","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"command","value":"{CHECKPHONE*123456}","type":"text"}]},"url":{"raw":"https://api.logistimatics.com/api/devices/:id/command","host":["https://api.logistimatics.com/api"],"path":["devices",":id","command"],"variable":[{"key":"id","value":"1"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:05:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"4238c7bd-e93d-4974-821f-738f4c81359a\",\n  \"status\": \"queued\",\n  \"created_at\": \"2020-02-18T19:56:26.017Z\"\n}"}],"_postman_id":"5ab10cca-c9b3-44c3-b998-891b2c36aadc"},{"name":"/api/device/:id/sensor","id":"751755d4-4c39-4998-a2f1-52d8c8892ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/device/:id/sensor","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["device",":id","sensor"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"5e1e19aa-b9c5-45f7-8b7e-d9b7c2ead50f","type":"any","value":"2","key":"id"}]}},"response":[{"id":"290a0566-9692-46d2-bf57-a59898c4c402","name":"/api/devices/:id/sensor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/devices/:id/sensor","host":["https://api.logistimatics.com/api"],"path":["devices",":id","sensor"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:06:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-09-05 23:59:58\",\n    \"position\": {\n        \"speed\": null,\n        \"address\": \"1439 W 81st St, Los Angeles, CA 90047\",\n        \"fixTime\": \"2022-09-05 23:59:58\",\n        \"accuracy\": 731000,\n        \"altitude\": null,\n        \"latitude\": 33.965537,\n        \"longitude\": -118.3017273\n    },\n    \"status\": {\n        \"moving\": false,\n        \"powerOn\": true,\n        \"charging\": false,\n        \"overspeed\": false,\n        \"airplaneMode\": null,\n        \"geofenceExit\": false,\n        \"geofenceEnter\": false,\n        \"batteryPercentage\": 98\n    }\n}"}],"_postman_id":"751755d4-4c39-4998-a2f1-52d8c8892ef1"}],"id":"4eaf0437-8606-4304-827b-3e59a626d981","_postman_id":"4eaf0437-8606-4304-827b-3e59a626d981","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}}},{"name":"Geofences","item":[{"name":"/api/geofences","id":"b739f57e-b2d0-49a3-9c68-6d257da41853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/geofences","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["geofences"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[]}},"response":[{"id":"9a45e33b-430b-45a8-aef4-546204e7b612","name":"/api/geofences","originalRequest":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/geofences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:56:01 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 227,\n        \"name\": \"A new geofence\",\n        \"address\": \"111 West Lewis St, Greensboro, NC 27406\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 228,\n        \"name\": \"Skyline-GSO\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 229,\n        \"name\": \"Skyline-LAS\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 230,\n        \"name\": \"Las Vegas Convention Center\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 231,\n        \"name\": \"Orange County Convention Center\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 232,\n        \"name\": \"Jacob Javits Convention Center\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 233,\n        \"name\": \"New Orleans Advance Warehouse\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 234,\n        \"name\": \"Woods Home\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 235,\n        \"name\": \"Woods Ardmore\",\n        \"address\": \"725 Ardmore Dr., Durham, NC\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 236,\n        \"name\": \"Kinyon Work\",\n        \"address\": \"6221 S Claiborne Ave, New Orleans, LA 70125\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 237,\n        \"name\": \"Moody Home\",\n        \"address\": \"2699 Twiggs Circle SE Marietta, GA 30067\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 238,\n        \"name\": \"Shop\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 239,\n        \"name\": \"Shop\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 240,\n        \"name\": \"Cameron Home\",\n        \"address\": \"6007 Crystal Spring Ct, Greensboro, NC 27410\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 241,\n        \"name\": \"Butler Fence\",\n        \"address\": \"11623 W Farm Rd 188, Billings, MO 65610\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 242,\n        \"name\": \"Rodney Cox Construction\",\n        \"address\": \"1209 Main St. Conway, SC 29526\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 243,\n        \"name\": \"Pastora Home\",\n        \"address\": \"54 Walnut Rd, Amityville, NY 11701\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 244,\n        \"name\": \"Pastora Annanias and Clark\",\n        \"address\": \"East Patchogue\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 245,\n        \"name\": \"Criado Work\",\n        \"address\": \"2211 South Interstate 35 Frontage Road, Austin, TX\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 246,\n        \"name\": \"Hall Home\",\n        \"address\": \"34 Boyle Ave, Cumberland, RI 02864\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 247,\n        \"name\": \"Bartley Home\",\n        \"address\": \"305 E 11th St, Lumberton, NC 28358\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 248,\n        \"name\": \"Culver Home\",\n        \"address\": \"13305 Hwy 76, Stanton, TN 38069\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 249,\n        \"name\": \"GR8 Construction\",\n        \"address\": \"2002 San Sebastian Court, Houston, TX 77058\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 250,\n        \"name\": \"Tucker Home\",\n        \"address\": \"18054 Tulsa St, Granada Hills, CA 91344\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 251,\n        \"name\": \"Woods Barnsley\",\n        \"address\": \"3004 Barnsley Trail, Raleigh, NC 27604\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 252,\n        \"name\": \"Headley Home\",\n        \"address\": \"4754 East Edgerton Parks Road, Palmer, AK 99645\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 253,\n        \"name\": \"Dee\",\n        \"address\": \"5670 greens drive \",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 255,\n        \"name\": \"Grammer - Technology Drive\",\n        \"address\": \"1975 Technology Dr, Building J, Troy, MI 48083\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 256,\n        \"name\": \"MerrillProject\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 257,\n        \"name\": \"Ottmer\",\n        \"address\": \"12911 US Hwy 59 N Queen City, TX 75572\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 258,\n        \"name\": \"Hall Home 2\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 263,\n        \"name\": \"Brendan's house\",\n        \"address\": \"1201 Grayland St, Greensboro, NC, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 264,\n        \"name\": \"Brownsville Cargo Services\",\n        \"address\": \"Gavin Road, Laredo, TX, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 265,\n        \"name\": \"Santiago de Queretaro\",\n        \"address\": \"Santiago de Querétaro, Queretaro, Mexico\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 266,\n        \"name\": \"Avil  Job Site\",\n        \"address\": \"2343 Edwin, Hamtramck, MI, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 269,\n        \"name\": \"Transplace\",\n        \"address\": \"333 North Greene St, Greensboro, NC, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 572,\n        \"name\": \"Flywheel\",\n        \"address\": \"450 Design Avenue, Winston-Salem, NC, United States\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 574,\n        \"name\": \"Winston\",\n        \"address\": \"450 Design Avenue, Winston-Salem, NC, United States\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 78591,\n        \"name\": \"BMW\",\n        \"address\": \"1400 State Hwy 101, Greer, SC, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    }\n]"}],"_postman_id":"b739f57e-b2d0-49a3-9c68-6d257da41853"},{"name":"/api/geofence/:id","id":"88d4e1cf-0786-483b-9457-a9c2ba1a2200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/geofence/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["geofence",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"5ec89001-050e-4853-a180-3117b87faac9","type":"any","value":"7","key":"id"}]}},"response":[{"id":"12f1ed1e-878c-4c42-85e7-46fb712aba8f","name":"/api/geofences/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/geofences/:id","host":["https://api.logistimatics.com/api"],"path":["geofences",":id"],"variable":[{"key":"id","value":"227"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:55:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 227,\n        \"name\": \"A new geofence\",\n        \"address\": \"111 West Lewis St, Greensboro, NC 27406\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    }\n]"}],"_postman_id":"88d4e1cf-0786-483b-9457-a9c2ba1a2200"},{"name":"/api/geofence","id":"d48d4ba1-7e66-4250-a5ca-bd83d6242e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"name","type":"text"},{"key":"address","value":"742 Evergreen Terrace","type":"text"},{"key":"alertable","value":"1","type":"text"},{"key":"irregular","value":"0","type":"text"},{"key":"latitude","value":"-90","type":"text"},{"key":"longitude","value":"100","type":"text"},{"key":"radius","value":"10","type":"text"},{"key":"geo_json","value":"{\"type\": \"Polygon\",\"coordinates\": [[[-100.670318,39.284178],[-100.640082,39.355407],[-100.608523,39.278745],[-100.459199,39.286952],[-100.580888,39.226502],[-100.493596,39.149129],[-100.653251,39.204917],[-100.767905,39.153711],[-100.713397,39.252922],[-100.789706,39.30863],[-100.670318,39.284178]]]}","type":"text"}]},"url":"https://api.logistimatics.com/api/geofence","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["geofence"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[]}},"response":[{"id":"549b9774-7f41-4a69-88ae-ee9a4fe72916","name":"/api/geofences/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/geofences/:id","host":["https://api.logistimatics.com/api"],"path":["geofences",":id"],"variable":[{"key":"id","value":"227"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:55:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 227,\n        \"name\": \"A new geofence\",\n        \"address\": \"111 West Lewis St, Greensboro, NC 27406\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    }\n]"}],"_postman_id":"d48d4ba1-7e66-4250-a5ca-bd83d6242e00"},{"name":"/api/geofence/:id","id":"cd500f8f-f431-4db8-af84-0ba42d038936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"name","type":"text"},{"key":"address","value":"742 Evergreen Terrace","type":"text"},{"key":"alertable","value":"1","type":"text"},{"key":"irregular","value":"1","type":"text"},{"key":"latitude","value":"-90","type":"text"},{"key":"longitude","value":"100","type":"text"},{"key":"radius","value":"10","type":"text"},{"key":"geo_json","value":"{\"type\": \"Polygon\",\"coordinates\": [[[-100.670318,39.284178],[-100.640082,39.355407],[-100.608523,39.278745],[-100.459199,39.286952],[-100.580888,39.226502],[-100.493596,39.149129],[-100.653251,39.204917],[-100.767905,39.153711],[-100.713397,39.252922],[-100.789706,39.30863],[-100.670318,39.284178]]]}","type":"text"}]},"url":"https://api.logistimatics.com/api/geofence/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["geofence",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"79208474-ddbd-479f-91ea-97405288e95f","type":"any","value":"7","key":"id"}]}},"response":[{"id":"be8590a9-455b-47b5-b8b5-ca33b8300035","name":"/api/geofences/:id","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.logistimatics.com/api/geofences/:id","host":["https://api.logistimatics.com/api"],"path":["geofences",":id"],"variable":[{"key":"id","value":"227"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:55:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"cd500f8f-f431-4db8-af84-0ba42d038936"},{"name":"/api/geofence/:id","id":"87d4b57f-af47-45fa-956a-71749e107144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.logistimatics.com/api/geofence/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["geofence",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"22f75195-8cb7-4573-a481-4187a1af4dd3","type":"any","value":"227","key":"id"}]}},"response":[{"id":"5bd7ffe1-cbf8-430c-aa8d-ff00844d5e04","name":"/api/geofences/:id","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.logistimatics.com/api/geofences/:id","host":["https://api.logistimatics.com/api"],"path":["geofences",":id"],"variable":[{"key":"id","value":"227"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:55:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"87d4b57f-af47-45fa-956a-71749e107144"}],"id":"f4106002-09bb-4756-a144-f9a33b641903","_postman_id":"f4106002-09bb-4756-a144-f9a33b641903","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}}},{"name":"Shipments","item":[{"name":"/api/shipments","id":"fed763ce-ece6-4287-a009-bcfd28d47ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/shipments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["shipments"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[]}},"response":[{"id":"b7cbe999-536e-4586-ac26-76610bcc7888","name":"/api/geofences","originalRequest":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/geofences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:56:01 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 227,\n        \"name\": \"A new geofence\",\n        \"address\": \"111 West Lewis St, Greensboro, NC 27406\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 228,\n        \"name\": \"Skyline-GSO\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 229,\n        \"name\": \"Skyline-LAS\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 230,\n        \"name\": \"Las Vegas Convention Center\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 231,\n        \"name\": \"Orange County Convention Center\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 232,\n        \"name\": \"Jacob Javits Convention Center\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 233,\n        \"name\": \"New Orleans Advance Warehouse\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 234,\n        \"name\": \"Woods Home\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 235,\n        \"name\": \"Woods Ardmore\",\n        \"address\": \"725 Ardmore Dr., Durham, NC\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 236,\n        \"name\": \"Kinyon Work\",\n        \"address\": \"6221 S Claiborne Ave, New Orleans, LA 70125\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 237,\n        \"name\": \"Moody Home\",\n        \"address\": \"2699 Twiggs Circle SE Marietta, GA 30067\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 238,\n        \"name\": \"Shop\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 239,\n        \"name\": \"Shop\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 240,\n        \"name\": \"Cameron Home\",\n        \"address\": \"6007 Crystal Spring Ct, Greensboro, NC 27410\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 241,\n        \"name\": \"Butler Fence\",\n        \"address\": \"11623 W Farm Rd 188, Billings, MO 65610\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 242,\n        \"name\": \"Rodney Cox Construction\",\n        \"address\": \"1209 Main St. Conway, SC 29526\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 243,\n        \"name\": \"Pastora Home\",\n        \"address\": \"54 Walnut Rd, Amityville, NY 11701\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 244,\n        \"name\": \"Pastora Annanias and Clark\",\n        \"address\": \"East Patchogue\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 245,\n        \"name\": \"Criado Work\",\n        \"address\": \"2211 South Interstate 35 Frontage Road, Austin, TX\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 246,\n        \"name\": \"Hall Home\",\n        \"address\": \"34 Boyle Ave, Cumberland, RI 02864\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 247,\n        \"name\": \"Bartley Home\",\n        \"address\": \"305 E 11th St, Lumberton, NC 28358\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 248,\n        \"name\": \"Culver Home\",\n        \"address\": \"13305 Hwy 76, Stanton, TN 38069\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 249,\n        \"name\": \"GR8 Construction\",\n        \"address\": \"2002 San Sebastian Court, Houston, TX 77058\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 250,\n        \"name\": \"Tucker Home\",\n        \"address\": \"18054 Tulsa St, Granada Hills, CA 91344\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 251,\n        \"name\": \"Woods Barnsley\",\n        \"address\": \"3004 Barnsley Trail, Raleigh, NC 27604\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 252,\n        \"name\": \"Headley Home\",\n        \"address\": \"4754 East Edgerton Parks Road, Palmer, AK 99645\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 253,\n        \"name\": \"Dee\",\n        \"address\": \"5670 greens drive \",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 255,\n        \"name\": \"Grammer - Technology Drive\",\n        \"address\": \"1975 Technology Dr, Building J, Troy, MI 48083\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 256,\n        \"name\": \"MerrillProject\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 257,\n        \"name\": \"Ottmer\",\n        \"address\": \"12911 US Hwy 59 N Queen City, TX 75572\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 258,\n        \"name\": \"Hall Home 2\",\n        \"address\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 263,\n        \"name\": \"Brendan's house\",\n        \"address\": \"1201 Grayland St, Greensboro, NC, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 264,\n        \"name\": \"Brownsville Cargo Services\",\n        \"address\": \"Gavin Road, Laredo, TX, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 265,\n        \"name\": \"Santiago de Queretaro\",\n        \"address\": \"Santiago de Querétaro, Queretaro, Mexico\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 266,\n        \"name\": \"Avil  Job Site\",\n        \"address\": \"2343 Edwin, Hamtramck, MI, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 269,\n        \"name\": \"Transplace\",\n        \"address\": \"333 North Greene St, Greensboro, NC, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 572,\n        \"name\": \"Flywheel\",\n        \"address\": \"450 Design Avenue, Winston-Salem, NC, United States\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 574,\n        \"name\": \"Winston\",\n        \"address\": \"450 Design Avenue, Winston-Salem, NC, United States\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    },\n    {\n        \"id\": 78591,\n        \"name\": \"BMW\",\n        \"address\": \"1400 State Hwy 101, Greer, SC, USA\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    }\n]"}],"_postman_id":"fed763ce-ece6-4287-a009-bcfd28d47ee6"},{"name":"/api/shipments/:id","id":"5d81a8cb-e41c-4302-9ae1-b56fc7575734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/shipments/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["shipments",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"1047e454-1a9b-4e2b-9603-355aab2ed1dd","type":"any","value":"48","key":"id"}]}},"response":[{"id":"d7ec8add-a615-42cd-b6ba-3f5941d2451c","name":"/api/geofences/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/geofences/:id","host":["https://api.logistimatics.com/api"],"path":["geofences",":id"],"variable":[{"key":"id","value":"227"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:55:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 227,\n        \"name\": \"A new geofence\",\n        \"address\": \"111 West Lewis St, Greensboro, NC 27406\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    }\n]"}],"_postman_id":"5d81a8cb-e41c-4302-9ae1-b56fc7575734"},{"name":"/api/shipment/:id","id":"d629bf59-5f86-4b3d-a287-156fe795c12d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Shipment created with API\",\r\n\t\"start_at\": \"2020-01-08T11:27:14-05:00\",\r\n\t\"end_at\": \"2020-01-16T11:27:26-05:00\",\r\n\t\"link_to\": [1],\r\n    \"begin_location\": {\r\n        \"type\" : \"Feature\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    },\r\n    \"end_location\": {\r\n        \"type\" : \"Feature\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    },\r\n    \"notify_before\": 1,\r\n\t\"emails\": [\"test@logistimatics.com\"],\r\n\t\"phone_numbers\": [\"+13366631583\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.logistimatics.com/api/shipment/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["shipment",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"ad22b98c-249a-4efb-8628-4f7136a5c5aa","type":"any","value":"14192","key":"id"}]}},"response":[{"id":"dc536681-d2c8-4598-933a-5fca52edea7e","name":"/api/shipment/:id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Shipment created with API\",\r\n\t\"start_at\": \"2020-01-08T11:27:14-05:00\",\r\n\t\"end_at\": \"2020-01-16T11:27:26-05:00\",\r\n\t\"link_to\": [1],\r\n    \"begin_location\": {\r\n        \"type\" : \"Point\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    },\r\n    \"end_location\": {\r\n        \"type\" : \"Point\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.logistimatics.com/api/shipment/:id","host":["https://api.logistimatics.com/api"],"path":["shipment",":id"],"variable":[{"key":"id","value":"14192"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 16 Sep 2022 15:27:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14192\n}"}],"_postman_id":"d629bf59-5f86-4b3d-a287-156fe795c12d"},{"name":"/api/shipments","id":"e7a583f9-a88c-4e50-84a0-52a1a65b5f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Shipment created with API\",\r\n\t\"start_at\": \"2020-01-08T11:27:14-05:00\",\r\n\t\"end_at\": \"2020-01-16T11:27:26-05:00\",\r\n\t\"link_to\": [1],\r\n    \"begin_location\": {\r\n        \"type\" : \"Feature\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    },\r\n    \"end_location\": {\r\n        \"type\" : \"Feature\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    },\r\n    \"notify_before\": 1,\r\n\t\"emails\": [\"test@logistimatics.com\"],\r\n\t\"phone_numbers\": [\"+13366631583\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.logistimatics.com/api/shipments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["shipments"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[]}},"response":[{"id":"cb9581a9-b655-4357-be16-b42e85a528f9","name":"/api/shipments/:id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Shipment created with API\",\r\n\t\"start_at\": \"2020-01-08T11:27:14-05:00\",\r\n\t\"end_at\": \"2020-01-16T11:27:26-05:00\",\r\n\t\"link_to\": [1],\r\n    \"begin_location\": {\r\n        \"type\" : \"Point\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    },\r\n    \"end_location\": {\r\n        \"type\" : \"Point\",\r\n        \"geometry\": {\r\n            \"type\": \"Point\",\r\n            \"coordinates\": [125.6, 10.1]\r\n        },\r\n        \"properties\": {\r\n\t\t\t\"name\": \"Logistimatics Office\",\r\n\t\t\t\"address\": \"1004 N Elm St, Greensboro, NC 27401\"\r\n\t\t}\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.logistimatics.com/api/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 16 Sep 2022 15:27:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14193\n}"}],"_postman_id":"e7a583f9-a88c-4e50-84a0-52a1a65b5f98"},{"name":"/api/shipment/:id/event","id":"f55be22d-8cf8-4d1a-9d74-e4b125528afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"test","type":"text"},{"key":"event_type","value":"shipment-notification","description":"<p>in:shipment-start,shipment-end,shipment-late,shipment-notification</p>\n","type":"text"},{"key":"event_at","value":"2022-08-17T00:00:00-05:00","type":"text"}]},"url":"https://api.logistimatics.com/api/shipment/:id/event","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["shipment",":id","event"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"6c7d44e5-f882-4677-b996-53054db12021","type":"any","value":"14189","key":"id"}]}},"response":[{"id":"8ec6fab1-db02-4e9c-b1ef-d21460d2448d","name":"/api/shipments/:id/event","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"test","type":"text"},{"key":"event_type","value":"shipment-notification","description":"in:shipment-start,shipment-end,shipment-late,shipment-notification","type":"text"},{"key":"event_at","value":"2022-08-17T00:00:00-05:00","type":"text"}]},"url":{"raw":"https://api.logistimatics.com/api/shipments/:id/event","host":["https://api.logistimatics.com/api"],"path":["shipments",":id","event"],"variable":[{"key":"id","value":"14189"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:28:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5\n}"}],"_postman_id":"f55be22d-8cf8-4d1a-9d74-e4b125528afa"},{"name":"/api/shipment/:id","id":"52a40628-0b37-4ee5-b254-dcd8379062a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.logistimatics.com/api/shipment/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["shipment",":id"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[{"id":"33c2cd7d-6e6c-4d69-9970-219dc60e4a04","type":"any","value":null,"key":"id"}]}},"response":[{"id":"87f6d34d-3c57-4e4d-bf1c-4a6142b2d744","name":"/api/geofences/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.logistimatics.com/api/geofences/:id","host":["https://api.logistimatics.com/api"],"path":["geofences",":id"],"variable":[{"key":"id","value":"227"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Sep 2022 21:55:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 227,\n        \"name\": \"A new geofence\",\n        \"address\": \"111 West Lewis St, Greensboro, NC 27406\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"radius\": 0,\n        \"geojson\": null,\n        \"alerting\": 1\n    }\n]"}],"_postman_id":"52a40628-0b37-4ee5-b254-dcd8379062a0"}],"id":"0382a516-bb4a-4a9d-90de-728d50073a42","_postman_id":"0382a516-bb4a-4a9d-90de-728d50073a42","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}}},{"name":"Users","item":[{"name":"/api/users","id":"2ba2e76c-bd1b-43ea-ac13-a10fe58ee2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.logistimatics.com/api"],"query":[],"variable":[]}},"response":[{"id":"382f8a0d-84c6-4cc0-88c2-aaab03dae735","name":"/api/users","originalRequest":{"method":"GET","header":[],"url":"https://api.logistimatics.com/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Sep 2022 17:06:19 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"User\",\n        \"email\": \"user@user.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 2,\n        \"name\": \"John\",\n        \"email\": \"john@tests.inc\",\n        \"phone\": null\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Karen\",\n        \"email\": \"karen@tests.inc\",\n        \"phone\": null\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Amer\",\n        \"email\": \"amer@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Connor\",\n        \"email\": \"connor@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Daniel\",\n        \"email\": \"danielyankovskiy@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Derek\",\n        \"email\": \"derek@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Ivan\",\n        \"email\": \"ivan@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Marko\",\n        \"email\": \"marko@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Nikita\",\n        \"email\": \"nikita@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Pablo\",\n        \"email\": \"pablo@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Pavel\",\n        \"email\": \"pavel@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Rupen\",\n        \"email\": \"rupen@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 14,\n        \"name\": \"Saroj\",\n        \"email\": \"saroj@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Vitaly\",\n        \"email\": \"vitaly@mayvenstudios.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 16,\n        \"name\": \"Admin\",\n        \"email\": \"admin@admin.com\",\n        \"phone\": null\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Selmir\",\n        \"email\": \"selmir.gosto@mayvenstudios.com\",\n        \"phone\": null\n    }\n]"}],"_postman_id":"2ba2e76c-bd1b-43ea-ac13-a10fe58ee2c2"}],"id":"41e94593-754d-4617-982e-ede73bb160d7","_postman_id":"41e94593-754d-4617-982e-ede73bb160d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","id":"39d8a3d8-92b6-4f22-af69-1283cb0f456e","name":"GPX Account Api","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9001cf16-34af-4f18-821f-7ecd9dba877c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"92b20c23-85df-4f92-a0c6-b6b44d85e52c"}}],"variable":[{"key":"accountapiv1","value":"https://api.logistimatics.com/api","type":"string"},{"key":"accountApiToken","value":"","type":"string"}]}