{
  "item": [
    {
      "id": "8d9ee413-2401-48ca-987e-7ca17f25490d",
      "name": "Get current API key info, package, and usage",
      "request": {
        "name": "Get current API key info, package, and usage",
        "description": {},
        "url": {
          "path": [
            "me"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "method": "GET",
        "auth": null
      },
      "response": [
        {
          "id": "79c9f6e1-7d15-4d69-b192-92a99052b8ae",
          "name": "OK",
          "originalRequest": {
            "url": {
              "path": [
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "description": {
                  "content": "Added as a part of security scheme: apikey",
                  "type": "text/plain"
                },
                "key": "X-API-Key",
                "value": "<API Key>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"success\": false,\n  \"data\": {\n    \"transport_uuid\": \"string\",\n    \"key_uuid\": \"string\",\n    \"key_name\": \"string\",\n    \"key_prefix\": \"string\",\n    \"scopes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"usage_this_month\": 5476,\n    \"package\": {\n      \"name\": \"string\",\n      \"slug\": \"string\",\n      \"monthly_quota\": 2975,\n      \"rate_limit_per_min\": 7727,\n      \"tenant_usage\": 1848\n    }\n  }\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "dd0310c4-33b0-4656-9e2b-4ac0c1fcb50e",
          "name": "Missing or invalid API key",
          "originalRequest": {
            "url": {
              "path": [
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "description": {
                  "content": "Added as a part of security scheme: apikey",
                  "type": "text/plain"
                },
                "key": "X-API-Key",
                "value": "<API Key>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "Unauthorized",
          "code": 401,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"error\": \"string\"\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "c5a37f63-aaf3-412c-96b1-f4dd5c7b1be6",
          "name": "Public API not enabled for this tenant, or scope not permitted",
          "originalRequest": {
            "url": {
              "path": [
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "description": {
                  "content": "Added as a part of security scheme: apikey",
                  "type": "text/plain"
                },
                "key": "X-API-Key",
                "value": "<API Key>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "Forbidden",
          "code": 403,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"error\": \"string\"\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "9b614e80-4637-4e2e-9b0c-ab07becdcc92",
      "name": "vehicles",
      "item": [
        {
          "id": "036d0a94-0726-4312-9717-51046338dc17",
          "name": "List vehicles",
          "request": {
            "name": "List vehicles",
            "description": {},
            "url": {
              "path": [
                "vehicles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Page number (1-based). Responses return `current_page` and `last_page`."
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Items per page."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "cfa93d12-c3ce-420d-8677-6d4e1a1064f0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "vehicles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"total\": 1760,\n  \"current_page\": 7539,\n  \"last_page\": 3194,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"license_plate_category\": \"string\",\n      \"license_plate_state_code\": \"string\",\n      \"registration_number\": \"string\",\n      \"make\": \"string\",\n      \"model\": \"string\",\n      \"year\": 7978,\n      \"chassis_number\": \"string\",\n      \"vehicle_type\": \"string\",\n      \"vehicle_category\": \"string\",\n      \"status\": \"string\",\n      \"seating_capacity\": 1048,\n      \"fuel_tank_capacity\": 7306,\n      \"created_at\": \"1986-11-04T10:24:03.158Z\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"license_plate_category\": \"string\",\n      \"license_plate_state_code\": \"string\",\n      \"registration_number\": \"string\",\n      \"make\": \"string\",\n      \"model\": \"string\",\n      \"year\": 6782,\n      \"chassis_number\": \"string\",\n      \"vehicle_type\": \"string\",\n      \"vehicle_category\": \"string\",\n      \"status\": \"string\",\n      \"seating_capacity\": 2804,\n      \"fuel_tank_capacity\": 5423,\n      \"created_at\": \"2020-08-16T00:08:07.489Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aff8f59b-7afb-4f44-9104-8c8d88c32bae",
              "name": "Missing or invalid API key",
              "originalRequest": {
                "url": {
                  "path": [
                    "vehicles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8832fec-74d8-4ebf-a40b-b492e6b4f756",
              "name": "Public API not enabled for this tenant, or scope not permitted",
              "originalRequest": {
                "url": {
                  "path": [
                    "vehicles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5363b752-09f4-48ee-9c38-9ea4bcb5d12c",
              "name": "Rate limit or monthly quota exceeded",
              "originalRequest": {
                "url": {
                  "path": [
                    "vehicles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "1326",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46842a62-8b57-4be9-b2b5-8951592c4045",
          "name": "{uuid}",
          "item": [
            {
              "id": "8ee48f2f-7275-42c0-bfed-da9512adc02e",
              "name": "Get vehicle details",
              "request": {
                "name": "Get vehicle details",
                "description": {},
                "url": {
                  "path": [
                    "vehicles",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "365af13c-686e-4df0-a610-e91e8eb96f65",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "vehicles",
                        ":uuid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"license_plate_number\": \"string\",\n    \"license_plate_category\": \"string\",\n    \"license_plate_state_code\": \"string\",\n    \"registration_number\": \"string\",\n    \"make\": \"string\",\n    \"model\": \"string\",\n    \"year\": 1362,\n    \"chassis_number\": \"string\",\n    \"vehicle_type\": \"string\",\n    \"vehicle_category\": \"string\",\n    \"status\": \"string\",\n    \"seating_capacity\": 2016,\n    \"fuel_tank_capacity\": 551,\n    \"created_at\": \"1994-03-03T10:18:30.871Z\",\n    \"engine_number\": \"string\",\n    \"insurance_company\": \"string\",\n    \"insurance_expiry_date\": \"string\",\n    \"registration_expiry_date\": \"string\",\n    \"country\": \"string\",\n    \"site_location\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2300289f-9173-4858-b332-64df5b0e1d80",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "vehicles",
                        ":uuid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "53f63436-cded-4bba-80fa-ec9469fb9a39",
              "name": "Get GPS location history for a vehicle in a date range (max 7 days)",
              "request": {
                "name": "Get GPS location history for a vehicle in a date range (max 7 days)",
                "description": {},
                "url": {
                  "path": [
                    "vehicles",
                    ":uuid",
                    "locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "start_date",
                      "value": "<dateTime>",
                      "description": "(Required) RFC3339 timestamp"
                    },
                    {
                      "disabled": false,
                      "key": "end_date",
                      "value": "<dateTime>",
                      "description": "(Required) RFC3339 timestamp, must be within 7 days of start_date"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "0ab73db5-d4cf-46b5-ac18-a914a4550f84",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "vehicles",
                        ":uuid",
                        "locations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "start_date",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "end_date",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"data\": {\n    \"vehicle_uuid\": \"string\",\n    \"trip_count\": 6672,\n    \"points\": [\n      {\n        \"latitude\": 7184.693408726162,\n        \"longitude\": 9439.63799865308,\n        \"speed_kmh\": 5982,\n        \"heading\": 5737,\n        \"recorded_at\": \"1971-08-19T12:26:07.104Z\"\n      },\n      {\n        \"latitude\": 9628.463219931407,\n        \"longitude\": 7476.227111857985,\n        \"speed_kmh\": 2730,\n        \"heading\": 2598,\n        \"recorded_at\": \"1951-06-26T16:09:13.369Z\"\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7753b9a3-db13-4477-a0ac-3c63c73999c9",
                  "name": "Bad request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "vehicles",
                        ":uuid",
                        "locations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "start_date",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "end_date",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "44c98b4e-bc6c-414e-92dd-4751e6081fbd",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "vehicles",
                        ":uuid",
                        "locations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "start_date",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "end_date",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ],
      "event": []
    },
    {
      "id": "587f3bac-199b-439c-bcac-6e10f5d4946f",
      "name": "drivers",
      "item": [
        {
          "id": "ae7aca47-0c21-4395-99ef-a2593382cdc5",
          "name": "List drivers",
          "request": {
            "name": "List drivers",
            "description": {},
            "url": {
              "path": [
                "drivers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Page number (1-based). Responses return `current_page` and `last_page`."
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Items per page."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "3db35838-84cd-4793-a7ec-b7ca7372fbba",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "drivers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"total\": 3402,\n  \"current_page\": 9980,\n  \"last_page\": 4393,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"gender\": \"string\",\n      \"nationality\": \"string\",\n      \"contact_number\": \"string\",\n      \"email_address\": \"string\",\n      \"license_number\": \"string\",\n      \"license_issue_date\": \"string\",\n      \"license_expiry_date\": \"string\",\n      \"status\": \"string\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"gender\": \"string\",\n      \"nationality\": \"string\",\n      \"contact_number\": \"string\",\n      \"email_address\": \"string\",\n      \"license_number\": \"string\",\n      \"license_issue_date\": \"string\",\n      \"license_expiry_date\": \"string\",\n      \"status\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ed589f9-93a3-461c-ba60-d286e2d09726",
          "name": "Get driver details",
          "request": {
            "name": "Get driver details",
            "description": {},
            "url": {
              "path": [
                "drivers",
                ":uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "uuid",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "66b8d79a-4234-41c3-9b99-114c6071298c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "drivers",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"gender\": \"string\",\n    \"nationality\": \"string\",\n    \"contact_number\": \"string\",\n    \"email_address\": \"string\",\n    \"license_number\": \"string\",\n    \"license_issue_date\": \"string\",\n    \"license_expiry_date\": \"string\",\n    \"status\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28902c96-8fb9-48b2-9ca7-e41c9d1ff19f",
              "name": "Not found (also returned for cross-tenant resource probes)",
              "originalRequest": {
                "url": {
                  "path": [
                    "drivers",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "9bca92b1-db48-486f-a905-8adb960f30f2",
      "name": "trips",
      "item": [
        {
          "id": "21830a54-9ea1-4044-8f5c-42dd233bae2e",
          "name": "List GPS-derived trips",
          "request": {
            "name": "List GPS-derived trips",
            "description": {},
            "url": {
              "path": [
                "trips"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Page number (1-based). Responses return `current_page` and `last_page`."
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Items per page."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f6999c39-fd7a-4e26-9173-1e5b19d2e17d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "trips"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"total\": 6762,\n  \"current_page\": 670,\n  \"last_page\": 2681,\n  \"data\": [\n    {\n      \"trip_uuid\": \"string\",\n      \"vehicle_uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"driver\": {\n        \"uuid\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\"\n      },\n      \"start_time\": \"2004-08-15T20:56:10.211Z\",\n      \"end_time\": \"1971-09-22T02:26:43.793Z\",\n      \"start_location\": \"string\",\n      \"end_location\": \"string\",\n      \"start_address\": \"string\",\n      \"end_address\": \"string\",\n      \"distance_km\": 2807.7196266901337,\n      \"duration_seconds\": 8709,\n      \"idle_duration_seconds\": 7703,\n      \"fuel_consumption\": 1886.282682260445\n    },\n    {\n      \"trip_uuid\": \"string\",\n      \"vehicle_uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"driver\": {\n        \"uuid\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\"\n      },\n      \"start_time\": \"1948-11-21T20:15:23.225Z\",\n      \"end_time\": \"1985-03-12T09:58:02.158Z\",\n      \"start_location\": \"string\",\n      \"end_location\": \"string\",\n      \"start_address\": \"string\",\n      \"end_address\": \"string\",\n      \"distance_km\": 5661.41826815128,\n      \"duration_seconds\": 7011,\n      \"idle_duration_seconds\": 2018,\n      \"fuel_consumption\": 9740.49447957517\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e42e617-6c3e-4028-a9f9-5c8773337c82",
          "name": "{uuid}",
          "item": [
            {
              "id": "0f6ee246-385b-4454-8f4f-b719528cfb8a",
              "name": "Get trip details",
              "request": {
                "name": "Get trip details",
                "description": {},
                "url": {
                  "path": [
                    "trips",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "51f782a5-d7f1-4863-b405-0ac6f9d3531e",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "trips",
                        ":uuid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true,\n  \"data\": {\n    \"trip_uuid\": \"string\",\n    \"vehicle_uuid\": \"string\",\n    \"driver\": {\n      \"uuid\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\"\n    },\n    \"start_time\": \"1987-01-28T20:48:11.070Z\",\n    \"end_time\": \"1971-10-21T19:58:51.600Z\",\n    \"start_location\": \"string\",\n    \"end_location\": \"string\",\n    \"start_address\": \"string\",\n    \"end_address\": \"string\",\n    \"start_odometer\": 632,\n    \"end_odometer\": 9444,\n    \"start_fuel_ltr\": 1432,\n    \"end_fuel_ltr\": 6313,\n    \"total_fuel_consumed\": 2442\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bcd9c4e2-1950-44e7-8077-ee22884a962e",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "trips",
                        ":uuid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c93648d9-f801-4d44-92e9-f0b2e608d3e4",
              "name": "Get the GPS route (point path) for a trip",
              "request": {
                "name": "Get the GPS route (point path) for a trip",
                "description": {},
                "url": {
                  "path": [
                    "trips",
                    ":uuid",
                    "route"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "b5a4999d-9ca6-4986-ae27-552bcdefe3a3",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "trips",
                        ":uuid",
                        "route"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"data\": [\n    {\n      \"latitude\": 6925.429209456958,\n      \"longitude\": 4689.1502217782,\n      \"speed_kmh\": 2879,\n      \"heading\": 6169,\n      \"recorded_at\": \"1979-07-21T04:27:31.214Z\"\n    },\n    {\n      \"latitude\": 2456.675124149418,\n      \"longitude\": 5218.155225968909,\n      \"speed_kmh\": 221,\n      \"heading\": 2170,\n      \"recorded_at\": \"1992-02-27T06:31:56.137Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5b398b70-ac07-4c95-9cbc-e03e1d1db997",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "trips",
                        ":uuid",
                        "route"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ],
      "event": []
    },
    {
      "id": "41936a24-7b55-4b2f-a6ef-7b6efae867c7",
      "name": "live/vehicles",
      "item": [
        {
          "id": "35eb07ff-decc-4ac7-b364-1a699ad9d9d4",
          "name": "List latest known position for all vehicles",
          "request": {
            "name": "List latest known position for all vehicles",
            "description": {},
            "url": {
              "path": [
                "live",
                "vehicles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "Page number (1-based). Responses return `current_page` and `last_page`."
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20",
                  "description": "Items per page."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e01be997-1019-4f6b-aa65-d90a988648e8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "live",
                    "vehicles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"total\": 4600,\n  \"current_page\": 3145,\n  \"last_page\": 7673,\n  \"data\": [\n    {\n      \"vehicle_uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"license_plate_category\": \"string\",\n      \"license_plate_state_code\": \"string\",\n      \"vehicle_type\": \"string\",\n      \"driver_name\": \"string\",\n      \"latitude\": 1562.2078730152255,\n      \"longitude\": 986.6070803758853,\n      \"speed_kmh\": 409,\n      \"heading\": 6103,\n      \"ignition\": false,\n      \"movement_status\": 9050,\n      \"is_idle\": true,\n      \"battery_level\": 1762,\n      \"recorded_at\": \"1972-08-26T00:28:08.718Z\"\n    },\n    {\n      \"vehicle_uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"license_plate_category\": \"string\",\n      \"license_plate_state_code\": \"string\",\n      \"vehicle_type\": \"string\",\n      \"driver_name\": \"string\",\n      \"latitude\": 7851.05208840472,\n      \"longitude\": 4892.02172167339,\n      \"speed_kmh\": 9294,\n      \"heading\": 1165,\n      \"ignition\": false,\n      \"movement_status\": 1678,\n      \"is_idle\": false,\n      \"battery_level\": 7674,\n      \"recorded_at\": \"2000-04-12T11:19:56.616Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7799c6e-d77c-4237-958c-dd5788b3cc8f",
          "name": "Get latest known position + telemetry for one vehicle",
          "request": {
            "name": "Get latest known position + telemetry for one vehicle",
            "description": {},
            "url": {
              "path": [
                "live",
                "vehicles",
                ":uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "uuid",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "37e23092-60c1-4066-8e29-d4684d3891b6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "live",
                    "vehicles",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"data\": {\n    \"vehicle_uuid\": \"string\",\n    \"license_plate_number\": \"string\",\n    \"license_plate_category\": \"string\",\n    \"license_plate_state_code\": \"string\",\n    \"vehicle_type\": \"string\",\n    \"make\": \"string\",\n    \"model\": \"string\",\n    \"year\": 3994,\n    \"latitude\": 9502.14107061137,\n    \"longitude\": 9693.146291518333,\n    \"speed_kmh\": 4705,\n    \"ignition\": false,\n    \"movement_status\": 667,\n    \"odometer\": 4735,\n    \"fuel_level\": 2759,\n    \"engine_rpm\": 5362,\n    \"battery_level\": 7075,\n    \"trip_uuid\": \"string\",\n    \"last_movement_time\": \"2025-11-01T18:10:42.527Z\",\n    \"recorded_at\": \"2019-04-13T20:14:08.649Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "698c8170-2c91-47ce-8f51-e0b35889577f",
              "name": "Not found (also returned for cross-tenant resource probes)",
              "originalRequest": {
                "url": {
                  "path": [
                    "live",
                    "vehicles",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "7a457dd9-5c53-4353-8a3b-6e70f13ea8b3",
      "name": "stats",
      "item": [
        {
          "id": "4cd4d318-f4cf-4941-950c-8b60a61f7ca0",
          "name": "Fleet-wide totals and live status breakdown",
          "request": {
            "name": "Fleet-wide totals and live status breakdown",
            "description": {},
            "url": {
              "path": [
                "stats",
                "fleet"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5fc0bc64-c4ee-4f50-bafd-34785b2b5750",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "stats",
                    "fleet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"data\": {\n    \"totals\": {\n      \"total_vehicles\": 1720,\n      \"total_drivers\": 6965,\n      \"total_users\": 5533,\n      \"total_trips\": 2180\n    },\n    \"live_status\": {\n      \"transport_company_uuid\": \"string\",\n      \"total_vehicles\": 9755,\n      \"total_running_vehicles\": 9052,\n      \"total_idle_vehicles\": 4,\n      \"total_offline_vehicles\": 9822,\n      \"total_inactive_vehicles\": 2716,\n      \"total_no_location_vehicles\": 3486,\n      \"total_active_vehicles\": 2926,\n      \"active_vehicles\": 3737,\n      \"maintenance_vehicles\": 3353,\n      \"inactive_status\": 6916\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "696bd330-8dc7-4be9-bf3f-744653b66802",
          "name": "Per-vehicle statistics (today, trips, hours, distance/fuel by month)",
          "request": {
            "name": "Per-vehicle statistics (today, trips, hours, distance/fuel by month)",
            "description": {},
            "url": {
              "path": [
                "stats",
                "vehicles",
                ":uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "uuid",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f5e9691f-0330-49c9-8b95-dcddbf1fddb1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "stats",
                    "vehicles",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"data\": {\n    \"vehicle_uuid\": \"string\",\n    \"today\": {\n      \"total_distance_traveled\": 4521.643105513283,\n      \"total_fuel_consumption\": 39.771157430311675,\n      \"total_duration\": 8296.4906049797,\n      \"total_trips\": 3854,\n      \"total_idle_duration\": 9652\n    },\n    \"trips\": {\n      \"trips_today\": 4064,\n      \"trips_last_7_days\": 6246,\n      \"trips_last_30_days\": 3362,\n      \"trips_last_90_days\": 2014\n    },\n    \"hours_driven\": {\n      \"hours_today\": 3582.751585427355,\n      \"hours_last_7_days\": 7124.751186364842,\n      \"hours_last_30_days\": 5378.044325651411,\n      \"hours_last_90_days\": 8230.817479110883\n    },\n    \"distance_by_month\": [\n      {\n        \"month_year\": \"2026-07\",\n        \"total_distance_traveled\": 3583.0225626445113\n      },\n      {\n        \"month_year\": \"2026-07\",\n        \"total_distance_traveled\": 7488.863891996458\n      }\n    ],\n    \"fuel_by_month\": [\n      {\n        \"month_year\": \"2026-07\",\n        \"total_fuel_consumption\": 9255.195200271115\n      },\n      {\n        \"month_year\": \"2026-07\",\n        \"total_fuel_consumption\": 7410.99273544176\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "501d16c3-791b-4dc1-8cc8-261ecd06e262",
              "name": "Not found (also returned for cross-tenant resource probes)",
              "originalRequest": {
                "url": {
                  "path": [
                    "stats",
                    "vehicles",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "a24b3930-60cf-4a96-a45b-d474c8d80392",
      "name": "List geofences",
      "request": {
        "name": "List geofences",
        "description": {},
        "url": {
          "path": [
            "geofences"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [
            {
              "disabled": false,
              "key": "page",
              "value": "1",
              "description": "Page number (1-based). Responses return `current_page` and `last_page`."
            },
            {
              "disabled": false,
              "key": "limit",
              "value": "20",
              "description": "Items per page."
            }
          ],
          "variable": []
        },
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "method": "GET",
        "auth": null
      },
      "response": [
        {
          "id": "f102a7f3-ee7f-40da-aadc-81a599151156",
          "name": "OK",
          "originalRequest": {
            "url": {
              "path": [
                "geofences"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "key": "page",
                  "value": "1"
                },
                {
                  "key": "limit",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "description": {
                  "content": "Added as a part of security scheme: apikey",
                  "type": "text/plain"
                },
                "key": "X-API-Key",
                "value": "<API Key>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {}
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n  \"success\": false,\n  \"total\": 6294,\n  \"current_page\": 1493,\n  \"last_page\": 4397,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"name\": \"string\",\n      \"purpose\": \"string\",\n      \"geofence_type\": \"string\",\n      \"description\": \"string\",\n      \"radius_meters\": 1892,\n      \"speed_limit\": 6363,\n      \"area\": {},\n      \"is_global\": true\n    },\n    {\n      \"uuid\": \"string\",\n      \"name\": \"string\",\n      \"purpose\": \"string\",\n      \"geofence_type\": \"string\",\n      \"description\": \"string\",\n      \"radius_meters\": 5867,\n      \"speed_limit\": 3910,\n      \"area\": {},\n      \"is_global\": false\n    }\n  ]\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.iotee.app/v1/public",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-API-Key"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "7df82a57-d450-4b41-8e75-27af1baf2dd9",
    "name": "iotee Fleet Public API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Read-only public API for iotee fleet customers: vehicles, drivers, trips,\nlive vehicle location, and fleet statistics.\n\nAuthenticate with an API key (`X-API-Key` or `Authorization: Bearer`) — see\n**Authorize** below for the key format. List endpoints accept `page` and\n`limit` query params.\n\nFull guides — authentication, rate limits & packages, errors, pagination —\nlive at the [docs site](https://docs.iotee.app). This reference is the\nsingle source of truth for endpoints, schemas, and the try-it console.\n\n\nContact Support:\n Name: iotee Fleet API Support",
      "type": "text/plain"
    }
  }
}