{"info":{"_postman_id":"e1e1e9db-b5cf-47c9-bfd2-6aaeec5adf2b","name":"GPS API (Public Documentation)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"772905","collectionId":"e1e1e9db-b5cf-47c9-bfd2-6aaeec5adf2b","publishedId":"2sB2cVgNKx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2480FB"},"publishDate":"2025-04-08T14:28:05.000Z"},"item":[{"name":"GPS Integrator Standard","id":"0ff53de4-1bea-46e6-b5a5-44f41f28edf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"datetime\": \"2025-04-08 14:01:00\",\n    \"ident\": \"555_8080808080\",\n    \"position_latitude\": -23.5507,\n    \"position_longitude\": -46.6335,\n    \"position_speed\": 10,\n    \"custom_ignition\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://gps.readymix.io/integrate/standard","description":"<h3 id=\"gps-integration-standard\">GPS Integration Standard</h3>\n<p>This endpoint is used to integrate GPS data using a standard format.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Required</strong></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>datetime</td>\n<td>Required</td>\n<td>string</td>\n<td>Date and time of the GPS data  <br />  <br />Format: YYYY-MM-DD HH:MM:SS in UTC</td>\n</tr>\n<tr>\n<td>ident</td>\n<td>Required</td>\n<td>string</td>\n<td>Identifier for the GPS data  <br />  <br />It must be sent like this: IDCOMPANY_IMEI  <br />  <br />Check the COMPANY ID with your dealer.</td>\n</tr>\n<tr>\n<td>position_latitude</td>\n<td>Required</td>\n<td>number</td>\n<td>Latitude of the position</td>\n</tr>\n<tr>\n<td>position_longitude</td>\n<td>Required</td>\n<td>number</td>\n<td>Longitude of the position</td>\n</tr>\n<tr>\n<td>position_speed</td>\n<td>Optional</td>\n<td>number</td>\n<td>Speed of the position</td>\n</tr>\n<tr>\n<td>custom_ignition</td>\n<td>Optional</td>\n<td>boolean</td>\n<td>Indicates if custom ignition is active</td>\n</tr>\n</tbody>\n</table>\n</div><p>All fields in the request payload are required.</p>\n<p>This API endpoint is used to retrieve standard GPS integration data.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://gps.readymix.io/integrate/standard</code></p>\n</li>\n</ul>\n<h3 id=\"request-body-1\">Request Body</h3>\n<ul>\n<li><p>Type: Raw (JSON)</p>\n</li>\n<li><p>Description: Contains GPS integration data</p>\n</li>\n<li><p>[ { \"datetime\": \"2023-09-22 14:10:28\", \"ident\": \"555_8093847429485\", \"position_latitude\": 52.68925, \"position_longitude\": -7.27738, \"position_speed\": 50, \"custom_ignition\": true }]</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["integrate","standard"],"host":["gps","readymix","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ff53de4-1bea-46e6-b5a5-44f41f28edf9"}]}