{
  "item": [
    {
      "id": "37a0a1ca-5fcc-449e-ae40-6c6eb80833a7",
      "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": "b8c03e93-1563-4e9f-bcf3-c83d087c2b62",
          "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\": true,\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\": 1986,\n    \"package\": {\n      \"name\": \"string\",\n      \"slug\": \"string\",\n      \"monthly_quota\": 1720,\n      \"rate_limit_per_min\": 9569,\n      \"tenant_usage\": 8074\n    }\n  }\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        },
        {
          "id": "80239212-6494-4f9e-86f0-7c9baa3a9fec",
          "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": "6a04a039-95ef-4d8b-b81f-973291a490b5",
          "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": "3f932a09-b4a5-4eaa-ac77-1862346a4d7a",
      "name": "vehicles",
      "item": [
        {
          "id": "4536d684-430b-4dde-a685-9c80099a18b3",
          "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": "cba9a191-8c59-48ef-bcd1-f4ffcbd82ecf",
              "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\": false,\n  \"total\": 126,\n  \"current_page\": 8334,\n  \"last_page\": 1816,\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\": 4660,\n      \"chassis_number\": \"string\",\n      \"vehicle_type\": \"string\",\n      \"vehicle_category\": \"string\",\n      \"status\": \"string\",\n      \"seating_capacity\": 9734,\n      \"fuel_tank_capacity\": 4210,\n      \"created_at\": \"1951-09-11T21:57:56.348Z\"\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\": 7461,\n      \"chassis_number\": \"string\",\n      \"vehicle_type\": \"string\",\n      \"vehicle_category\": \"string\",\n      \"status\": \"string\",\n      \"seating_capacity\": 9827,\n      \"fuel_tank_capacity\": 1042,\n      \"created_at\": \"1997-02-24T00:48:48.748Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "558b7894-1f2d-476c-9a0a-9588349a0858",
              "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": "1d0c10f6-250c-41d6-b728-aa98bfc36cc0",
              "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": "b0de58ac-2dc5-4773-8dc2-dec303f7bd93",
              "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": "9056",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9fe226d-adde-4854-945e-d360208e6629",
          "name": "{uuid}",
          "item": [
            {
              "id": "448822a7-7dc7-4967-a7df-c4a32403026f",
              "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": "8a34cee9-d27d-40a6-8d80-b75357a77f6e",
                  "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\": false,\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\": 6852,\n    \"chassis_number\": \"string\",\n    \"vehicle_type\": \"string\",\n    \"vehicle_category\": \"string\",\n    \"status\": \"string\",\n    \"seating_capacity\": 1114,\n    \"fuel_tank_capacity\": 768,\n    \"created_at\": \"1965-10-17T05:48:28.264Z\",\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": "05bf9214-acc1-4848-93c8-7d0ea9874600",
                  "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": "782e829a-80e3-4788-86b9-824bf3c7f1b7",
              "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": "bcd72bcf-4dd2-4654-8834-cb94d792463f",
                  "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\": true,\n  \"data\": {\n    \"vehicle_uuid\": \"string\",\n    \"trip_count\": 4203,\n    \"points\": [\n      {\n        \"latitude\": 7148.284337702029,\n        \"longitude\": 3556.088119729045,\n        \"speed_kmh\": 3791,\n        \"heading\": 7818,\n        \"recorded_at\": \"1997-05-07T05:47:45.891Z\"\n      },\n      {\n        \"latitude\": 9981.658078139742,\n        \"longitude\": 5569.494072726544,\n        \"speed_kmh\": 506,\n        \"heading\": 2733,\n        \"recorded_at\": \"1971-01-22T16:53:34.895Z\"\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dfaba41d-d648-48fb-aa2c-4b364d705d63",
                  "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": "2b3bfca8-4862-4077-9aa4-d08aa45d28da",
                  "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": "b43e1284-d243-4a1e-bf0c-03a76608f715",
      "name": "drivers",
      "item": [
        {
          "id": "9f7dc337-6ee2-41e7-a800-1e2cc122764c",
          "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": "fb4d01f3-df7e-40e7-b2a2-31544a02617e",
              "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\": true,\n  \"total\": 2532,\n  \"current_page\": 8531,\n  \"last_page\": 2937,\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": "c3a29879-b866-47ce-a327-a664e3340491",
          "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": "80f2658e-2581-4edd-a3c0-b961360d3142",
              "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": "fb5b85ef-15a3-4a7f-b78f-c4b9ba72372a",
              "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": "79dda03b-c6ee-41ac-88c3-87fb90108260",
      "name": "trips",
      "item": [
        {
          "id": "e1c244ae-7858-4bfe-a4a2-ffcc1691559c",
          "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": "f4868628-4323-43ed-98f7-45e241259ab6",
              "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\": 8476,\n  \"current_page\": 7883,\n  \"last_page\": 9237,\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\": \"1954-06-24T01:01:40.139Z\",\n      \"end_time\": \"2022-06-13T18:54:35.411Z\",\n      \"start_location\": \"string\",\n      \"end_location\": \"string\",\n      \"start_address\": \"string\",\n      \"end_address\": \"string\",\n      \"distance_km\": 7271.386650486774,\n      \"duration_seconds\": 50,\n      \"idle_duration_seconds\": 352,\n      \"fuel_consumption\": 756.0416960282113\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\": \"1966-05-14T04:57:38.318Z\",\n      \"end_time\": \"1961-08-24T08:29:52.460Z\",\n      \"start_location\": \"string\",\n      \"end_location\": \"string\",\n      \"start_address\": \"string\",\n      \"end_address\": \"string\",\n      \"distance_km\": 3480.4747100725253,\n      \"duration_seconds\": 2147,\n      \"idle_duration_seconds\": 304,\n      \"fuel_consumption\": 8101.149872396466\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94b0335a-37bd-4126-bbcd-fd427cd95c0f",
          "name": "{uuid}",
          "item": [
            {
              "id": "4fed09fb-1746-4ba9-adc6-ba8dc2e7c564",
              "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": "c301cdba-954f-4c13-b997-cd01d2525002",
                  "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\": false,\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\": \"2021-10-26T04:43:52.138Z\",\n    \"end_time\": \"2005-11-30T05:27:28.619Z\",\n    \"start_location\": \"string\",\n    \"end_location\": \"string\",\n    \"start_address\": \"string\",\n    \"end_address\": \"string\",\n    \"start_odometer\": 8326,\n    \"end_odometer\": 6872,\n    \"start_fuel_ltr\": 6521,\n    \"end_fuel_ltr\": 1022,\n    \"total_fuel_consumed\": 5459\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9ebd8ea2-f81e-4bba-8de1-6d102775c55d",
                  "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": "09e6f50f-c77e-4f55-902f-486fccd415ef",
              "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": "7f6f680a-51a6-406a-855b-33099ab3a621",
                  "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\": true,\n  \"data\": [\n    {\n      \"latitude\": 1500.6425875162245,\n      \"longitude\": 9603.461456473144,\n      \"speed_kmh\": 7345,\n      \"heading\": 2345,\n      \"recorded_at\": \"1987-06-08T01:00:35.083Z\"\n    },\n    {\n      \"latitude\": 7085.374515695044,\n      \"longitude\": 8978.678330814835,\n      \"speed_kmh\": 2442,\n      \"heading\": 6155,\n      \"recorded_at\": \"2015-03-26T17:10:40.454Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "85c8f129-4da4-45fe-859d-4709bbb96337",
                  "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": "e3a4d1f9-19fa-4969-8d6b-225d0d6fa6b6",
      "name": "live/vehicles",
      "item": [
        {
          "id": "bb85d38a-74e9-47d2-aa32-9814dcae96ec",
          "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": "0394f389-b1a2-45a0-b56e-4431e703fb79",
              "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\": 6245,\n  \"current_page\": 5014,\n  \"last_page\": 893,\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\": 1240.8766824437034,\n      \"longitude\": 8926.931607129425,\n      \"speed_kmh\": 6081,\n      \"heading\": 8642,\n      \"ignition\": false,\n      \"movement_status\": 2836,\n      \"is_idle\": false,\n      \"battery_level\": 4700,\n      \"recorded_at\": \"2004-12-14T09:20:23.386Z\"\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\": 3582.7251594751997,\n      \"longitude\": 9931.73418159537,\n      \"speed_kmh\": 7390,\n      \"heading\": 1410,\n      \"ignition\": true,\n      \"movement_status\": 8250,\n      \"is_idle\": false,\n      \"battery_level\": 4740,\n      \"recorded_at\": \"1995-01-03T11:35:28.378Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "128019ad-3d5e-457a-b4f1-658b160e5c1a",
          "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": "a8295e72-df2a-4db9-89ba-dd55f3449177",
              "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\": true,\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\": 9985,\n    \"latitude\": 5618.342164383612,\n    \"longitude\": 8836.42892772552,\n    \"speed_kmh\": 6370,\n    \"ignition\": false,\n    \"movement_status\": 7788,\n    \"odometer\": 620,\n    \"fuel_level\": 1402,\n    \"engine_rpm\": 8251,\n    \"battery_level\": 5679,\n    \"trip_uuid\": \"string\",\n    \"last_movement_time\": \"1951-06-24T06:47:48.676Z\",\n    \"recorded_at\": \"2023-11-12T13:23:35.607Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58ee5489-3633-4764-9ba8-02e029bb460e",
              "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": "745312e6-7ada-49b5-8d75-aee21eac75fb",
      "name": "stats",
      "item": [
        {
          "id": "63bddcd0-ada2-4b7b-b9b9-64b7a44050c3",
          "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": "7bb0ff67-608c-431c-bc5c-494a84da0be9",
              "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\": 7456,\n      \"total_drivers\": 3423,\n      \"total_users\": 108,\n      \"total_trips\": 5339\n    },\n    \"live_status\": {\n      \"transport_company_uuid\": \"string\",\n      \"total_vehicles\": 6274,\n      \"total_running_vehicles\": 2012,\n      \"total_idle_vehicles\": 2069,\n      \"total_offline_vehicles\": 2280,\n      \"total_inactive_vehicles\": 8374,\n      \"total_no_location_vehicles\": 5677,\n      \"total_active_vehicles\": 2085,\n      \"active_vehicles\": 8484,\n      \"maintenance_vehicles\": 2445,\n      \"inactive_status\": 9526\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "28babcb8-061a-46ad-a1f7-7c5f76b1dfff",
          "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": "62a8e2b3-eeff-49d5-82ab-546e81acbec4",
              "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\": 6342.910074512045,\n      \"total_fuel_consumption\": 3220.764572796937,\n      \"total_duration\": 7647.508254607058,\n      \"total_trips\": 2728,\n      \"total_idle_duration\": 4076\n    },\n    \"trips\": {\n      \"trips_today\": 9775,\n      \"trips_last_7_days\": 5696,\n      \"trips_last_30_days\": 9248,\n      \"trips_last_90_days\": 1994\n    },\n    \"hours_driven\": {\n      \"hours_today\": 2871.1931572236736,\n      \"hours_last_7_days\": 4112.125059711327,\n      \"hours_last_30_days\": 5885.21254514925,\n      \"hours_last_90_days\": 9399.864389402886\n    },\n    \"distance_by_month\": [\n      {\n        \"month_year\": \"2026-07\",\n        \"total_distance_traveled\": 735.1002946431007\n      },\n      {\n        \"month_year\": \"2026-07\",\n        \"total_distance_traveled\": 9938.660896316003\n      }\n    ],\n    \"fuel_by_month\": [\n      {\n        \"month_year\": \"2026-07\",\n        \"total_fuel_consumption\": 6743.769326180473\n      },\n      {\n        \"month_year\": \"2026-07\",\n        \"total_fuel_consumption\": 2940.602918944807\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d948d85b-d512-45cf-9a09-489580f27455",
              "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": "f090fb6c-e381-4383-aee8-7e255a3698f6",
      "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": "a9c39bf9-582a-44b9-9c35-2ef6189f8445",
          "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\": 1166,\n  \"current_page\": 1866,\n  \"last_page\": 6912,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"name\": \"string\",\n      \"purpose\": \"string\",\n      \"geofence_type\": \"string\",\n      \"description\": \"string\",\n      \"radius_meters\": 1965,\n      \"speed_limit\": 812,\n      \"area\": {},\n      \"is_global\": false\n    },\n    {\n      \"uuid\": \"string\",\n      \"name\": \"string\",\n      \"purpose\": \"string\",\n      \"geofence_type\": \"string\",\n      \"description\": \"string\",\n      \"radius_meters\": 2098,\n      \"speed_limit\": 9667,\n      \"area\": {},\n      \"is_global\": false\n    }\n  ]\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "e873a1ad-52b4-445e-b531-d9c64cd04e8f",
      "name": "notifications",
      "item": [
        {
          "id": "ca85eafb-e128-443b-bc6c-998c631cf1f7",
          "name": "List transport notifications (fleet/telemetry events)",
          "request": {
            "name": "List transport notifications (fleet/telemetry events)",
            "description": {
              "content": "Tenant-scoped transport notifications only (overspeed, geofence, SOS, etc.). Per-user maintenance notifications are not exposed on the public API. Requires the `notification.view` scope.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "notifications"
              ],
              "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."
                },
                {
                  "disabled": false,
                  "key": "only_unread",
                  "value": "<boolean>"
                },
                {
                  "disabled": false,
                  "key": "vehicle_uuid",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "driver_uuid",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "priorities",
                  "value": "<string>",
                  "description": "Comma-separated priorities"
                },
                {
                  "disabled": false,
                  "key": "types",
                  "value": "<string>",
                  "description": "Comma-separated notification types"
                },
                {
                  "disabled": false,
                  "key": "start_date",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "end_date",
                  "value": "<dateTime>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "0dab33b9-3067-4c82-9d6c-4d8ad299aa65",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "only_unread",
                      "value": "<boolean>"
                    },
                    {
                      "key": "vehicle_uuid",
                      "value": "<string>"
                    },
                    {
                      "key": "driver_uuid",
                      "value": "<string>"
                    },
                    {
                      "key": "priorities",
                      "value": "<string>"
                    },
                    {
                      "key": "types",
                      "value": "<string>"
                    },
                    {
                      "key": "start_date",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "end_date",
                      "value": "<dateTime>"
                    }
                  ],
                  "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\": 2963,\n  \"current_page\": 8040,\n  \"last_page\": 2571,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"title\": \"string\",\n      \"message\": \"string\",\n      \"category\": \"transport\",\n      \"notification_type\": \"string\",\n      \"priority\": \"string\",\n      \"is_read\": true,\n      \"read_at\": \"1950-02-26T13:47:42.209Z\",\n      \"created_at\": \"1959-05-16T23:52:05.641Z\",\n      \"device_created_at\": \"2006-06-10T17:37:58.776Z\",\n      \"reference_type\": \"string\",\n      \"reference_uuid\": \"string\",\n      \"vehicle_uuid\": \"string\",\n      \"vehicle\": {\n        \"uuid\": \"string\",\n        \"license_plate_number\": \"string\",\n        \"license_plate_category\": \"string\",\n        \"license_plate_state_code\": \"string\",\n        \"vehicle_type\": \"string\"\n      },\n      \"driver_uuid\": \"string\",\n      \"driver\": {\n        \"uuid\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\"\n      },\n      \"trip_uuid\": \"string\",\n      \"latitude\": 7700.670971395503,\n      \"longitude\": 4959.710925223126,\n      \"violation_value\": \"string\",\n      \"total_duration_seconds\": 638\n    },\n    {\n      \"uuid\": \"string\",\n      \"title\": \"string\",\n      \"message\": \"string\",\n      \"category\": \"transport\",\n      \"notification_type\": \"string\",\n      \"priority\": \"string\",\n      \"is_read\": true,\n      \"read_at\": \"2014-03-15T07:01:46.845Z\",\n      \"created_at\": \"1974-11-08T03:20:05.345Z\",\n      \"device_created_at\": \"1978-01-24T04:09:33.621Z\",\n      \"reference_type\": \"string\",\n      \"reference_uuid\": \"string\",\n      \"vehicle_uuid\": \"string\",\n      \"vehicle\": {\n        \"uuid\": \"string\",\n        \"license_plate_number\": \"string\",\n        \"license_plate_category\": \"string\",\n        \"license_plate_state_code\": \"string\",\n        \"vehicle_type\": \"string\"\n      },\n      \"driver_uuid\": \"string\",\n      \"driver\": {\n        \"uuid\": \"string\",\n        \"first_name\": \"string\",\n        \"last_name\": \"string\"\n      },\n      \"trip_uuid\": \"string\",\n      \"latitude\": 5728.87714209981,\n      \"longitude\": 8307.631854232226,\n      \"violation_value\": \"string\",\n      \"total_duration_seconds\": 592\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ff34cdf-a38b-4639-88f0-ece3a5a9931d",
          "name": "Get a single transport notification",
          "request": {
            "name": "Get a single transport notification",
            "description": {},
            "url": {
              "path": [
                "notifications",
                ":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": "a65323e4-6963-4baf-9a47-38c1d3ca7259",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":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    \"title\": \"string\",\n    \"message\": \"string\",\n    \"category\": \"transport\",\n    \"notification_type\": \"string\",\n    \"priority\": \"string\",\n    \"is_read\": true,\n    \"read_at\": \"1964-06-02T20:27:24.476Z\",\n    \"created_at\": \"1961-10-11T01:49:40.243Z\",\n    \"device_created_at\": \"1951-08-02T07:36:37.206Z\",\n    \"reference_type\": \"string\",\n    \"reference_uuid\": \"string\",\n    \"vehicle_uuid\": \"string\",\n    \"vehicle\": {\n      \"uuid\": \"string\",\n      \"license_plate_number\": \"string\",\n      \"license_plate_category\": \"string\",\n      \"license_plate_state_code\": \"string\",\n      \"vehicle_type\": \"string\"\n    },\n    \"driver_uuid\": \"string\",\n    \"driver\": {\n      \"uuid\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\"\n    },\n    \"trip_uuid\": \"string\",\n    \"latitude\": 8877.421884495274,\n    \"longitude\": 286.82034956250214,\n    \"violation_value\": \"string\",\n    \"total_duration_seconds\": 1021\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf19d461-b396-48f6-95ff-397df38c85de",
              "name": "Not found (also returned for cross-tenant resource probes)",
              "originalRequest": {
                "url": {
                  "path": [
                    "notifications",
                    ":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": "e1f00379-27d3-4a5a-ae38-df0bdfd0fc34",
      "name": "fuel",
      "item": [
        {
          "id": "a6262da6-fb08-46ff-bff9-64d24ed92edc",
          "name": "transactions",
          "item": [
            {
              "id": "e250a1ea-e9e0-4f71-8d2d-bce26d4a4b46",
              "name": "List fuel transactions",
              "request": {
                "name": "List fuel transactions",
                "description": {
                  "content": "Card-import and manually recorded fuel transactions. Requires the `fleet.reports.view` scope.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "fuel",
                    "transactions"
                  ],
                  "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."
                    },
                    {
                      "disabled": false,
                      "key": "vehicle_uuid",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "18f86700-90ad-4ce5-a4e1-8f2ce9d65a9a",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "fuel",
                        "transactions"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "page",
                          "value": "1"
                        },
                        {
                          "key": "limit",
                          "value": "20"
                        },
                        {
                          "key": "vehicle_uuid",
                          "value": "<string>"
                        }
                      ],
                      "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\": 7298,\n  \"current_page\": 2264,\n  \"last_page\": 4933,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"vehicle_uuid\": \"string\",\n      \"driver_uuid\": \"string\",\n      \"fuel_card_uuid\": \"string\",\n      \"transaction_date\": \"string\",\n      \"quantity_liters\": 5730.899624924261,\n      \"unit_price\": 7571.2283948850045,\n      \"total_amount\": 8456.177188427237,\n      \"currency\": \"AED\",\n      \"fuel_type\": \"diesel\",\n      \"station_name\": \"string\",\n      \"odometer_at_fill\": 6555.788987485384,\n      \"is_full_tank\": false,\n      \"is_flagged\": true,\n      \"source\": \"card_import\",\n      \"created_at\": \"2018-02-28T14:33:59.020Z\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"vehicle_uuid\": \"string\",\n      \"driver_uuid\": \"string\",\n      \"fuel_card_uuid\": \"string\",\n      \"transaction_date\": \"string\",\n      \"quantity_liters\": 8619.223220043677,\n      \"unit_price\": 4848.335053530116,\n      \"total_amount\": 6311.373556978828,\n      \"currency\": \"AED\",\n      \"fuel_type\": \"diesel\",\n      \"station_name\": \"string\",\n      \"odometer_at_fill\": 1141.6644139764542,\n      \"is_full_tank\": true,\n      \"is_flagged\": true,\n      \"source\": \"card_import\",\n      \"created_at\": \"2008-07-02T12:46:31.749Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1ce4129d-f39d-439c-8490-2a653390a042",
              "name": "Get a single fuel transaction",
              "request": {
                "name": "Get a single fuel transaction",
                "description": {},
                "url": {
                  "path": [
                    "fuel",
                    "transactions",
                    ":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": "b875bddc-e92f-454b-8f72-99162df121a9",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "fuel",
                        "transactions",
                        ":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    \"vehicle_uuid\": \"string\",\n    \"driver_uuid\": \"string\",\n    \"fuel_card_uuid\": \"string\",\n    \"transaction_date\": \"string\",\n    \"quantity_liters\": 1547.927184310105,\n    \"unit_price\": 6832.479053891017,\n    \"total_amount\": 9603.100472032194,\n    \"currency\": \"AED\",\n    \"fuel_type\": \"diesel\",\n    \"station_name\": \"string\",\n    \"odometer_at_fill\": 7035.988707662362,\n    \"is_full_tank\": true,\n    \"is_flagged\": true,\n    \"source\": \"card_import\",\n    \"created_at\": \"1967-06-14T11:49:23.229Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c77f0fbd-fcff-4ee2-9a48-baa6131a0869",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "fuel",
                        "transactions",
                        ":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": "ca7ebcea-d8a7-4d01-99a4-9cadfa4a2f68",
          "name": "Create a manual fuel entry",
          "request": {
            "name": "Create a manual fuel entry",
            "description": {
              "content": "Records a manual fuel fill for a vehicle. The odometer reading must be greater than the vehicle's previous entry. Emits a `fuel.transaction` webhook event. Requires the `fleet.reports.view` scope.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "fuel",
                "entries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"entry_date\": \"<string>\",\n  \"quantity_liters\": \"<number>\",\n  \"odometer_reading\": \"<number>\",\n  \"unit_cost\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"fuel_type\": \"diesel\",\n  \"station_name\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3def9339-8789-4f46-ac07-c3a492b3a924",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "fuel",
                    "entries"
                  ],
                  "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"entry_date\": \"2026-08-17\",\n  \"quantity_liters\": \"<number>\",\n  \"odometer_reading\": \"<number>\",\n  \"unit_cost\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"fuel_type\": \"diesel\",\n  \"station_name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"vehicle_uuid\": \"string\",\n    \"entry_date\": \"string\",\n    \"odometer_reading\": 8491.042983129337,\n    \"fuel_type\": \"string\",\n    \"quantity_liters\": 5466.431972776059,\n    \"unit_cost\": 6594.855898137906,\n    \"total_cost\": 1218.9608176253564,\n    \"station_name\": \"string\",\n    \"station_location\": \"string\",\n    \"receipt_file_url\": \"string\",\n    \"fuel_efficiency_kpl\": 9349.264165958266,\n    \"created_at\": \"2001-01-15T04:49:00.009Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "011064ea-0f6d-441d-ae6b-5942f6a40587",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "fuel",
                    "entries"
                  ],
                  "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"entry_date\": \"2026-08-17\",\n  \"quantity_liters\": \"<number>\",\n  \"odometer_reading\": \"<number>\",\n  \"unit_cost\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"fuel_type\": \"diesel\",\n  \"station_name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "be35a7de-cca3-4290-a514-08f02d4ff738",
              "name": "Not found (also returned for cross-tenant resource probes)",
              "originalRequest": {
                "url": {
                  "path": [
                    "fuel",
                    "entries"
                  ],
                  "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"entry_date\": \"2026-08-17\",\n  \"quantity_liters\": \"<number>\",\n  \"odometer_reading\": \"<number>\",\n  \"unit_cost\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"fuel_type\": \"diesel\",\n  \"station_name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "26c0f9d4-b3cc-4fa4-8bfd-211ca631de10",
      "name": "maintenance",
      "item": [
        {
          "id": "138b1603-befd-4f50-9348-8554dae926a6",
          "name": "List maintenance schedules with urgency status",
          "request": {
            "name": "List maintenance schedules with urgency status",
            "description": {
              "content": "Requires the `maintenance.schedule.view` scope.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "maintenance",
                "schedules"
              ],
              "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."
                },
                {
                  "disabled": false,
                  "key": "urgency_status",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f5de3670-b07c-4684-8955-9db143f15858",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "maintenance",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "urgency_status",
                      "value": "<string>"
                    }
                  ],
                  "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\": 8597,\n  \"current_page\": 3096,\n  \"last_page\": 5288,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"asset_type\": \"machine\",\n      \"vehicle_uuid\": \"string\",\n      \"machine_uuid\": \"string\",\n      \"asset_identifier\": \"string\",\n      \"service_type\": \"string\",\n      \"interval_km\": 5860,\n      \"interval_hours\": 338,\n      \"interval_days\": 2441,\n      \"last_service_km\": 5387,\n      \"last_service_hours\": 2685,\n      \"last_service_date\": \"1978-12-06\",\n      \"next_due_km\": 9739,\n      \"next_due_hours\": 5527,\n      \"next_due_date\": \"1981-04-10\",\n      \"days_until_due\": 8386,\n      \"current_km\": 809,\n      \"current_hours\": 2717,\n      \"urgency_status\": \"overdue\",\n      \"is_active\": false,\n      \"created_at\": \"1993-02-06T10:16:37.455Z\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"asset_type\": \"vehicle\",\n      \"vehicle_uuid\": \"string\",\n      \"machine_uuid\": \"string\",\n      \"asset_identifier\": \"string\",\n      \"service_type\": \"string\",\n      \"interval_km\": 6234,\n      \"interval_hours\": 5783,\n      \"interval_days\": 2151,\n      \"last_service_km\": 4385,\n      \"last_service_hours\": 7338,\n      \"last_service_date\": \"1994-12-04\",\n      \"next_due_km\": 7001,\n      \"next_due_hours\": 5291,\n      \"next_due_date\": \"2013-09-17\",\n      \"days_until_due\": 8882,\n      \"current_km\": 1529,\n      \"current_hours\": 9028,\n      \"urgency_status\": \"normal\",\n      \"is_active\": false,\n      \"created_at\": \"1966-08-03T23:34:01.315Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a97f5435-01a5-43e3-a6c8-c29b3b0d19d6",
          "name": "job-cards",
          "item": [
            {
              "id": "5f15f609-dba0-4fdb-9afc-e033dd60221a",
              "name": "List maintenance job cards",
              "request": {
                "name": "List maintenance job cards",
                "description": {
                  "content": "Requires the `maintenance.job-card.view` scope.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "maintenance",
                    "job-cards"
                  ],
                  "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."
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "9d6d1759-4afb-4fba-8797-b930faa9c8d3",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "maintenance",
                        "job-cards"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "page",
                          "value": "1"
                        },
                        {
                          "key": "limit",
                          "value": "20"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        }
                      ],
                      "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\": 5383,\n  \"current_page\": 6854,\n  \"last_page\": 2454,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"job_number\": \"string\",\n      \"status\": \"in_progress\",\n      \"priority\": \"urgent\",\n      \"asset_type\": \"machine\",\n      \"vehicle_uuid\": \"string\",\n      \"machine_uuid\": \"string\",\n      \"asset_identifier\": \"string\",\n      \"service_type\": \"string\",\n      \"description\": \"string\",\n      \"scheduled_start_date\": \"2015-12-06\",\n      \"actual_start_date\": \"1961-10-30T00:54:22.464Z\",\n      \"actual_end_date\": \"2012-05-01T11:45:11.867Z\",\n      \"estimated_hours\": 2184.0868715968454,\n      \"actual_hours\": 9010.623447567752,\n      \"estimated_cost\": 3991.5828388664563,\n      \"actual_cost\": 4955.254343289468,\n      \"created_at\": \"1954-02-13T15:55:33.423Z\",\n      \"updated_at\": \"2019-10-23T12:24:46.354Z\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"job_number\": \"string\",\n      \"status\": \"completed\",\n      \"priority\": \"medium\",\n      \"asset_type\": \"vehicle\",\n      \"vehicle_uuid\": \"string\",\n      \"machine_uuid\": \"string\",\n      \"asset_identifier\": \"string\",\n      \"service_type\": \"string\",\n      \"description\": \"string\",\n      \"scheduled_start_date\": \"1948-12-10\",\n      \"actual_start_date\": \"2008-01-01T16:55:08.027Z\",\n      \"actual_end_date\": \"1973-02-10T15:33:36.946Z\",\n      \"estimated_hours\": 6443.127210671554,\n      \"actual_hours\": 8.198931753009564,\n      \"estimated_cost\": 5920.739815414698,\n      \"actual_cost\": 8231.498605190758,\n      \"created_at\": \"1996-08-01T23:13:00.398Z\",\n      \"updated_at\": \"1978-11-14T21:43:36.955Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3be67042-ba93-4525-8319-35be32774738",
              "name": "Create a maintenance job card",
              "request": {
                "name": "Create a maintenance job card",
                "description": {
                  "content": "Creates a work order in `pending` status with a generated per-tenant job number. Requires the `maintenance.job-card.create` scope.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "maintenance",
                    "job-cards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"service_type_uuid\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"medium\",\n  \"scheduled_start_date\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "5f0a961c-dfec-4eb3-8306-cbbf504f714f",
                  "name": "Created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "maintenance",
                        "job-cards"
                      ],
                      "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": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"service_type_uuid\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"medium\",\n  \"scheduled_start_date\": \"2026-08-20\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": false,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"job_number\": \"string\",\n    \"status\": \"cancelled\",\n    \"priority\": \"high\",\n    \"asset_type\": \"machine\",\n    \"vehicle_uuid\": \"string\",\n    \"machine_uuid\": \"string\",\n    \"asset_identifier\": \"string\",\n    \"service_type\": \"string\",\n    \"description\": \"string\",\n    \"scheduled_start_date\": \"1948-03-14\",\n    \"actual_start_date\": \"1954-03-10T16:55:51.058Z\",\n    \"actual_end_date\": \"2005-07-05T07:08:44.883Z\",\n    \"estimated_hours\": 7978.542072800186,\n    \"actual_hours\": 268.6774276711856,\n    \"estimated_cost\": 6140.162605819884,\n    \"actual_cost\": 1083.6869279814632,\n    \"created_at\": \"2005-02-16T05:31:06.572Z\",\n    \"updated_at\": \"2005-05-18T08:18:29.557Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ced3ae4c-3e9c-48d3-a903-add5b4c9e50d",
                  "name": "Bad request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "maintenance",
                        "job-cards"
                      ],
                      "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": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"service_type_uuid\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"medium\",\n  \"scheduled_start_date\": \"2026-08-20\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "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": "05ee50c9-c526-420c-82fd-8a9e9c7b3687",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "maintenance",
                        "job-cards"
                      ],
                      "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": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"vehicle_uuid\": \"<string>\",\n  \"service_type_uuid\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"medium\",\n  \"scheduled_start_date\": \"2026-08-20\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "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": "8a1a5a3b-796f-4ba2-b866-8265309c5344",
              "name": "{uuid}",
              "item": [
                {
                  "id": "6f331e03-7ede-46c8-88c9-5067119a918a",
                  "name": "Get a job card (summary level, no line items)",
                  "request": {
                    "name": "Get a job card (summary level, no line items)",
                    "description": {},
                    "url": {
                      "path": [
                        "maintenance",
                        "job-cards",
                        ":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": "3e492699-e9d2-419e-867a-f9ad134dfd1f",
                      "name": "OK",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "maintenance",
                            "job-cards",
                            ":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    \"uuid\": \"string\",\n    \"job_number\": \"string\",\n    \"status\": \"cancelled\",\n    \"priority\": \"high\",\n    \"asset_type\": \"machine\",\n    \"vehicle_uuid\": \"string\",\n    \"machine_uuid\": \"string\",\n    \"asset_identifier\": \"string\",\n    \"service_type\": \"string\",\n    \"description\": \"string\",\n    \"scheduled_start_date\": \"1948-03-14\",\n    \"actual_start_date\": \"1954-03-10T16:55:51.058Z\",\n    \"actual_end_date\": \"2005-07-05T07:08:44.883Z\",\n    \"estimated_hours\": 7978.542072800186,\n    \"actual_hours\": 268.6774276711856,\n    \"estimated_cost\": 6140.162605819884,\n    \"actual_cost\": 1083.6869279814632,\n    \"created_at\": \"2005-02-16T05:31:06.572Z\",\n    \"updated_at\": \"2005-05-18T08:18:29.557Z\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "f5dc383c-fb5c-4fc6-97b9-98ac5b930f42",
                      "name": "Not found (also returned for cross-tenant resource probes)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "maintenance",
                            "job-cards",
                            ":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": "31fc4174-ee2c-4e0d-85a9-ab015b7730b7",
                  "name": "Update a job card (execution states only)",
                  "request": {
                    "name": "Update a job card (execution states only)",
                    "description": {
                      "content": "Allows status transitions to `in_progress`, `completed` or `cancelled` plus description/notes updates. Assignment and approval states are reserved for the internal workflow. Requires the `maintenance.job-card.update` scope.\n",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "maintenance",
                        "job-cards",
                        ":uuid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "uuid",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"status\": \"<string>\",\n  \"description\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "ba92594f-c3d3-4c83-8df7-59962f62ded2",
                      "name": "OK",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "maintenance",
                            "job-cards",
                            ":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": "PATCH",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"status\": \"<string>\",\n  \"description\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"success\": false,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"job_number\": \"string\",\n    \"status\": \"cancelled\",\n    \"priority\": \"high\",\n    \"asset_type\": \"machine\",\n    \"vehicle_uuid\": \"string\",\n    \"machine_uuid\": \"string\",\n    \"asset_identifier\": \"string\",\n    \"service_type\": \"string\",\n    \"description\": \"string\",\n    \"scheduled_start_date\": \"1948-03-14\",\n    \"actual_start_date\": \"1954-03-10T16:55:51.058Z\",\n    \"actual_end_date\": \"2005-07-05T07:08:44.883Z\",\n    \"estimated_hours\": 7978.542072800186,\n    \"actual_hours\": 268.6774276711856,\n    \"estimated_cost\": 6140.162605819884,\n    \"actual_cost\": 1083.6869279814632,\n    \"created_at\": \"2005-02-16T05:31:06.572Z\",\n    \"updated_at\": \"2005-05-18T08:18:29.557Z\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "77144d46-4af3-4c79-a964-89ffc753cc9e",
                      "name": "Bad request",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "maintenance",
                            "job-cards",
                            ":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": "PATCH",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"status\": \"<string>\",\n  \"description\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "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": "6b9a1eaa-cb36-45bc-85ab-bd3e4d63fdec",
                      "name": "Not found (also returned for cross-tenant resource probes)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "maintenance",
                            "job-cards",
                            ":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": "PATCH",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"status\": \"<string>\",\n  \"description\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "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": []
        }
      ],
      "event": []
    },
    {
      "id": "cfb1fbf5-4a9c-409b-a31d-44ed7a353c5a",
      "name": "parts",
      "item": [
        {
          "id": "214f031f-2e3a-46ad-95fe-ccd46769dd58",
          "name": "List parts catalog with stock levels",
          "request": {
            "name": "List parts catalog with stock levels",
            "description": {
              "content": "Requires the `maintenance.parts.view` scope.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "parts"
              ],
              "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."
                },
                {
                  "disabled": false,
                  "key": "category",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "low_stock",
                  "value": "<boolean>",
                  "description": "Set to `true` to return only parts at or below their minimum stock level."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c8e0b138-ec1a-4996-8ac8-ce041924516e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "parts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "key": "low_stock",
                      "value": "<boolean>"
                    }
                  ],
                  "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\": 9787,\n  \"current_page\": 8785,\n  \"last_page\": 1447,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"part_number\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"category\": \"string\",\n      \"supplier_name\": \"string\",\n      \"unit_price\": 632.9074407721547,\n      \"currency\": \"string\",\n      \"current_stock\": 9465,\n      \"min_stock_level\": 9705,\n      \"max_stock_level\": 7302,\n      \"unit_of_measure\": \"string\",\n      \"warranty_months\": 86,\n      \"is_active\": true,\n      \"is_consumable\": true,\n      \"stock_status\": \"normal\",\n      \"created_at\": \"2021-09-21T03:18:04.112Z\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"part_number\": \"string\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"category\": \"string\",\n      \"supplier_name\": \"string\",\n      \"unit_price\": 5551.916891869635,\n      \"currency\": \"string\",\n      \"current_stock\": 154,\n      \"min_stock_level\": 2069,\n      \"max_stock_level\": 7620,\n      \"unit_of_measure\": \"string\",\n      \"warranty_months\": 9337,\n      \"is_active\": true,\n      \"is_consumable\": true,\n      \"stock_status\": \"out_of_stock\",\n      \"created_at\": \"1974-12-20T16:56:58.612Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c060188b-f734-4a01-a9f1-cffaee57bd9d",
          "name": "Create a catalog part",
          "request": {
            "name": "Create a catalog part",
            "description": {
              "content": "Part numbers are unique per tenant; duplicates answer 409. Requires the `maintenance.parts.create` scope.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "parts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"part_number\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"supplier_name\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"currency\": \"AED\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_consumable\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a4b76510-23d1-426f-9ead-d9cdd209a891",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "parts"
                  ],
                  "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"part_number\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"supplier_name\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"currency\": \"AED\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"part_number\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"category\": \"string\",\n    \"supplier_name\": \"string\",\n    \"unit_price\": 3985.762385078828,\n    \"currency\": \"string\",\n    \"current_stock\": 6575,\n    \"min_stock_level\": 2806,\n    \"max_stock_level\": 6932,\n    \"unit_of_measure\": \"string\",\n    \"warranty_months\": 7040,\n    \"is_active\": true,\n    \"is_consumable\": false,\n    \"stock_status\": \"overstock\",\n    \"created_at\": \"1952-12-19T17:47:54.363Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6abac1c0-52a7-4b82-839f-16ac32628110",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "parts"
                  ],
                  "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": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"part_number\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"supplier_name\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"currency\": \"AED\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "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": "ac39edf3-e86c-47d9-ba40-9860ad53b4e1",
              "name": "Part number already exists",
              "originalRequest": {
                "url": {
                  "path": [
                    "parts"
                  ],
                  "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>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"part_number\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"supplier_name\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"currency\": \"AED\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d450cd39-f494-4f2d-8521-5254e1497c31",
          "name": "{uuid}",
          "item": [
            {
              "id": "f4296768-d591-4bea-bb0c-866a122a66f2",
              "name": "Get a part with stock levels",
              "request": {
                "name": "Get a part with stock levels",
                "description": {},
                "url": {
                  "path": [
                    "parts",
                    ":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": "c84c50aa-6d6c-4488-bd1a-1a6c7105de02",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "parts",
                        ":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    \"part_number\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"category\": \"string\",\n    \"supplier_name\": \"string\",\n    \"unit_price\": 3985.762385078828,\n    \"currency\": \"string\",\n    \"current_stock\": 6575,\n    \"min_stock_level\": 2806,\n    \"max_stock_level\": 6932,\n    \"unit_of_measure\": \"string\",\n    \"warranty_months\": 7040,\n    \"is_active\": true,\n    \"is_consumable\": false,\n    \"stock_status\": \"overstock\",\n    \"created_at\": \"1952-12-19T17:47:54.363Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8f2dd420-0abd-4d6b-85c9-d46935619aa9",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "parts",
                        ":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": "5194af31-e5a7-4004-b53f-14ee5690de38",
              "name": "Update a part (whitelisted fields)",
              "request": {
                "name": "Update a part (whitelisted fields)",
                "description": {
                  "content": "Updatable: name, description, category, unit_price, current_stock, min/max stock levels, unit_of_measure, is_active, is_consumable. Requires the `maintenance.parts.update` scope.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "parts",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "bbf246fe-9f21-46ad-bb53-e8ba868b3b18",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "parts",
                        ":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": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true,\n  \"data\": {\n    \"uuid\": \"string\",\n    \"part_number\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"category\": \"string\",\n    \"supplier_name\": \"string\",\n    \"unit_price\": 3985.762385078828,\n    \"currency\": \"string\",\n    \"current_stock\": 6575,\n    \"min_stock_level\": 2806,\n    \"max_stock_level\": 6932,\n    \"unit_of_measure\": \"string\",\n    \"warranty_months\": 7040,\n    \"is_active\": true,\n    \"is_consumable\": false,\n    \"stock_status\": \"overstock\",\n    \"created_at\": \"1952-12-19T17:47:54.363Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "424709e4-fd6f-46b2-93a0-9605d8d027fa",
                  "name": "Bad request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "parts",
                        ":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": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "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": "8c856963-eea5-4b35-8a35-52f839532bb4",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "parts",
                        ":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": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"current_stock\": \"<integer>\",\n  \"min_stock_level\": \"<integer>\",\n  \"max_stock_level\": \"<integer>\",\n  \"unit_of_measure\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"is_consumable\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "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": "7ff770c8-2d0e-47c0-9308-31c2dd54d79e",
      "name": "List stock alerts (low stock / out of stock / overstock)",
      "request": {
        "name": "List stock alerts (low stock / out of stock / overstock)",
        "description": {
          "content": "Defaults to active alerts. Requires the `maintenance.parts.view` scope.\n",
          "type": "text/plain"
        },
        "url": {
          "path": [
            "inventory",
            "stock-alerts"
          ],
          "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."
            },
            {
              "disabled": false,
              "key": "status",
              "value": "active"
            },
            {
              "disabled": false,
              "key": "alert_type",
              "value": "<string>"
            }
          ],
          "variable": []
        },
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "method": "GET",
        "auth": null
      },
      "response": [
        {
          "id": "00722cdf-b302-467a-b902-305131330522",
          "name": "OK",
          "originalRequest": {
            "url": {
              "path": [
                "inventory",
                "stock-alerts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "key": "page",
                  "value": "1"
                },
                {
                  "key": "limit",
                  "value": "20"
                },
                {
                  "key": "status",
                  "value": "active"
                },
                {
                  "key": "alert_type",
                  "value": "<string>"
                }
              ],
              "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\": 5378,\n  \"current_page\": 4843,\n  \"last_page\": 1209,\n  \"data\": [\n    {\n      \"uuid\": \"string\",\n      \"part_uuid\": \"string\",\n      \"part_name\": \"string\",\n      \"part_number\": \"string\",\n      \"alert_type\": \"low_stock\",\n      \"current_stock\": 1675,\n      \"min_stock_level\": 446,\n      \"status\": \"resolved\",\n      \"created_at\": \"2000-06-04T19:11:52.710Z\"\n    },\n    {\n      \"uuid\": \"string\",\n      \"part_uuid\": \"string\",\n      \"part_name\": \"string\",\n      \"part_number\": \"string\",\n      \"alert_type\": \"out_of_stock\",\n      \"current_stock\": 3617,\n      \"min_stock_level\": 4390,\n      \"status\": \"resolved\",\n      \"created_at\": \"1978-08-06T12:11:13.652Z\"\n    }\n  ]\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "270b8633-4e64-4716-973d-c7c3ffdc2215",
      "name": "iso15143/Fleet",
      "item": [
        {
          "id": "a98ecff3-b3a7-4a5f-af7c-3d0825e74793",
          "name": "Fleet snapshot (ISO 15143-3 / AEMP 2.0)",
          "request": {
            "name": "Fleet snapshot (ISO 15143-3 / AEMP 2.0)",
            "description": {
              "content": "Paginated fleet snapshot in the ISO 15143-3 JSON representation (PascalCase wire format, page size 100). Blocks with no underlying data are omitted, never zero-filled. Requires the `vehicle.view` scope.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "iso15143",
                "Fleet",
                ":pageNumber"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<integer>",
                  "key": "pageNumber",
                  "description": "(Required) 1-based page number (page size 100)."
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "32f0e7be-f4ae-4d7e-9724-29bc87a77bfb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "iso15143",
                    "Fleet",
                    ":pageNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<integer>",
                      "key": "pageNumber",
                      "description": "(Required) 1-based page number (page size 100)."
                    }
                  ]
                },
                "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  \"Links\": [\n    {\n      \"Rel\": \"Next\",\n      \"Href\": \"string\"\n    },\n    {\n      \"Rel\": \"Self\",\n      \"Href\": \"string\"\n    }\n  ],\n  \"Equipment\": [\n    {\n      \"EquipmentHeader\": {\n        \"OEMName\": \"string\",\n        \"Model\": \"string\",\n        \"EquipmentID\": \"string\",\n        \"SerialNumber\": \"string\",\n        \"PIN\": \"string\"\n      },\n      \"Location\": {\n        \"Latitude\": 1486.1090240513597,\n        \"Longitude\": 9829.953760171125,\n        \"Datetime\": \"1969-11-18T17:22:12.739Z\"\n      },\n      \"CumulativeOperatingHours\": {\n        \"Hour\": 8404.880240126786,\n        \"Datetime\": \"2018-11-04T05:54:16.511Z\"\n      },\n      \"Distance\": {\n        \"Odometer\": 5283.562890028462,\n        \"OdometerUnits\": \"kilometre\",\n        \"Datetime\": \"2020-05-02T15:04:26.548Z\"\n      },\n      \"FuelRemaining\": {\n        \"Percent\": 6313.85114081942\n      },\n      \"FaultCodes\": [\n        {\n          \"CodeIdentifier\": \"string\",\n          \"CodeDescription\": \"string\",\n          \"CodeSeverity\": \"critical\",\n          \"Datetime\": \"2009-06-21T16:56:48.639Z\"\n        },\n        {\n          \"CodeIdentifier\": \"string\",\n          \"CodeDescription\": \"string\",\n          \"CodeSeverity\": \"emergency\",\n          \"Datetime\": \"1957-04-23T09:24:22.881Z\"\n        }\n      ]\n    },\n    {\n      \"EquipmentHeader\": {\n        \"OEMName\": \"string\",\n        \"Model\": \"string\",\n        \"EquipmentID\": \"string\",\n        \"SerialNumber\": \"string\",\n        \"PIN\": \"string\"\n      },\n      \"Location\": {\n        \"Latitude\": 3367.2432147982277,\n        \"Longitude\": 5465.302575456041,\n        \"Datetime\": \"1984-04-27T22:38:18.352Z\"\n      },\n      \"CumulativeOperatingHours\": {\n        \"Hour\": 9777.276946123806,\n        \"Datetime\": \"1946-09-15T03:21:00.573Z\"\n      },\n      \"Distance\": {\n        \"Odometer\": 7740.301730513363,\n        \"OdometerUnits\": \"kilometre\",\n        \"Datetime\": \"1995-04-20T07:27:33.341Z\"\n      },\n      \"FuelRemaining\": {\n        \"Percent\": 5709.594020886515\n      },\n      \"FaultCodes\": [\n        {\n          \"CodeIdentifier\": \"string\",\n          \"CodeDescription\": \"string\",\n          \"CodeSeverity\": \"info\",\n          \"Datetime\": \"1973-11-17T15:26:45.490Z\"\n        },\n        {\n          \"CodeIdentifier\": \"string\",\n          \"CodeDescription\": \"string\",\n          \"CodeSeverity\": \"warning\",\n          \"Datetime\": \"1986-02-24T01:17:10.365Z\"\n        }\n      ]\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bb48dba-125a-46e3-b35f-eaebec9fa964",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "iso15143",
                    "Fleet",
                    ":pageNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<integer>",
                      "key": "pageNumber",
                      "description": "(Required) 1-based page number (page size 100)."
                    }
                  ]
                },
                "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"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eddbb176-f93c-4457-9c97-8ebf2074ade4",
          "name": "Equipment/{oemName}/{model}/{serialNumber}",
          "item": [
            {
              "id": "d8f2a23a-c8cc-4244-83ba-7bfdae6cacf3",
              "name": "Single equipment snapshot",
              "request": {
                "name": "Single equipment snapshot",
                "description": {
                  "content": "One equipment record, addressed the ISO way by OEM name, model, and serial number (the VIN/chassis number, or the vehicle uuid when no VIN is recorded). All three must match — case-insensitively — or the response is an indistinguishable 404. Requires the `vehicle.view` scope.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "iso15143",
                    "Fleet",
                    "Equipment",
                    ":oemName",
                    ":model",
                    ":serialNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "oemName",
                      "description": "(Required) Vehicle make, matched case-insensitively."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "model",
                      "description": "(Required) Vehicle model, matched case-insensitively."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "serialNumber",
                      "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "a2695ad1-2197-4f5a-8b2b-1b7ce9cba3e2",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        }
                      ]
                    },
                    "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  \"EquipmentHeader\": {\n    \"OEMName\": \"string\",\n    \"Model\": \"string\",\n    \"EquipmentID\": \"string\",\n    \"SerialNumber\": \"string\",\n    \"PIN\": \"string\"\n  },\n  \"Location\": {\n    \"Latitude\": 2065.1427529455036,\n    \"Longitude\": 3996.0073626181193,\n    \"Datetime\": \"1992-10-12T05:19:26.323Z\"\n  },\n  \"CumulativeOperatingHours\": {\n    \"Hour\": 7059.590065586775,\n    \"Datetime\": \"1990-08-28T14:00:09.333Z\"\n  },\n  \"Distance\": {\n    \"Odometer\": 4209.243454155641,\n    \"OdometerUnits\": \"kilometre\",\n    \"Datetime\": \"2024-03-31T13:46:18.930Z\"\n  },\n  \"FuelRemaining\": {\n    \"Percent\": 7259.768026927925\n  },\n  \"FaultCodes\": [\n    {\n      \"CodeIdentifier\": \"string\",\n      \"CodeDescription\": \"string\",\n      \"CodeSeverity\": \"info\",\n      \"Datetime\": \"1973-05-25T03:25:15.628Z\"\n    },\n    {\n      \"CodeIdentifier\": \"string\",\n      \"CodeDescription\": \"string\",\n      \"CodeSeverity\": \"info\",\n      \"Datetime\": \"1957-06-26T14:22:59.762Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce72cfe8-1c6a-411e-bfc0-b3894108bde1",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        }
                      ]
                    },
                    "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": "08873b08-8100-42bd-a21d-daaeb63cd453",
              "name": "Fault-code time series",
              "request": {
                "name": "Fault-code time series",
                "description": {
                  "content": "Diagnostic fault codes whose `last_seen_at` falls in the requested window (RFC3339 UTC, capped at 14 days). Requires the `vehicle.view` scope.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "iso15143",
                    "Fleet",
                    "Equipment",
                    ":oemName",
                    ":model",
                    ":serialNumber",
                    "FaultCodes",
                    ":startDateUTC",
                    ":endDateUTC",
                    ":pageNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "oemName",
                      "description": "(Required) Vehicle make, matched case-insensitively."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "model",
                      "description": "(Required) Vehicle model, matched case-insensitively."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "serialNumber",
                      "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<dateTime>",
                      "key": "startDateUTC",
                      "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<dateTime>",
                      "key": "endDateUTC",
                      "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<integer>",
                      "key": "pageNumber",
                      "description": "(Required) 1-based page number (page size 100)."
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "8e0cc6e4-8c3b-4def-ae43-8b59f10d3a97",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber",
                        "FaultCodes",
                        ":startDateUTC",
                        ":endDateUTC",
                        ":pageNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "startDateUTC",
                          "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "endDateUTC",
                          "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "pageNumber",
                          "description": "(Required) 1-based page number (page size 100)."
                        }
                      ]
                    },
                    "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  \"Links\": [\n    {\n      \"Rel\": \"Next\",\n      \"Href\": \"string\"\n    },\n    {\n      \"Rel\": \"Next\",\n      \"Href\": \"string\"\n    }\n  ],\n  \"FaultCodes\": [\n    {\n      \"CodeIdentifier\": \"string\",\n      \"CodeDescription\": \"string\",\n      \"CodeSeverity\": \"info\",\n      \"Datetime\": \"2008-07-14T16:38:22.022Z\"\n    },\n    {\n      \"CodeIdentifier\": \"string\",\n      \"CodeDescription\": \"string\",\n      \"CodeSeverity\": \"warning\",\n      \"Datetime\": \"1952-04-12T07:12:27.688Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "55c8cde8-99d7-444d-a288-4f542b57762a",
                  "name": "Bad request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber",
                        "FaultCodes",
                        ":startDateUTC",
                        ":endDateUTC",
                        ":pageNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "startDateUTC",
                          "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "endDateUTC",
                          "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "pageNumber",
                          "description": "(Required) 1-based page number (page size 100)."
                        }
                      ]
                    },
                    "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": "2bfb6428-8f79-41cd-9790-6a1124ae15ad",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber",
                        "FaultCodes",
                        ":startDateUTC",
                        ":endDateUTC",
                        ":pageNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "startDateUTC",
                          "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "endDateUTC",
                          "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "pageNumber",
                          "description": "(Required) 1-based page number (page size 100)."
                        }
                      ]
                    },
                    "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": "e2ac126f-694e-4ddf-9f26-9552d14b73a9",
              "name": "Location time series",
              "request": {
                "name": "Location time series",
                "description": {
                  "content": "GPS position history for the requested window (RFC3339 UTC, capped at the 7-day history limit shared with `/vehicles/{uuid}/locations`). Requires the `vehicle.view` scope.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "iso15143",
                    "Fleet",
                    "Equipment",
                    ":oemName",
                    ":model",
                    ":serialNumber",
                    "Locations",
                    ":startDateUTC",
                    ":endDateUTC",
                    ":pageNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "oemName",
                      "description": "(Required) Vehicle make, matched case-insensitively."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "model",
                      "description": "(Required) Vehicle model, matched case-insensitively."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "serialNumber",
                      "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<dateTime>",
                      "key": "startDateUTC",
                      "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<dateTime>",
                      "key": "endDateUTC",
                      "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<integer>",
                      "key": "pageNumber",
                      "description": "(Required) 1-based page number (page size 100)."
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "f9f10601-a073-4680-b3b2-eb77f6f594b0",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber",
                        "Locations",
                        ":startDateUTC",
                        ":endDateUTC",
                        ":pageNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "startDateUTC",
                          "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "endDateUTC",
                          "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "pageNumber",
                          "description": "(Required) 1-based page number (page size 100)."
                        }
                      ]
                    },
                    "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  \"Links\": [\n    {\n      \"Rel\": \"Next\",\n      \"Href\": \"string\"\n    },\n    {\n      \"Rel\": \"Next\",\n      \"Href\": \"string\"\n    }\n  ],\n  \"Locations\": [\n    {\n      \"Latitude\": 878.9545062399174,\n      \"Longitude\": 2353.3660562711466,\n      \"Datetime\": \"1974-11-12T23:48:21.935Z\"\n    },\n    {\n      \"Latitude\": 5817.842182540964,\n      \"Longitude\": 7761.073340015391,\n      \"Datetime\": \"1994-08-12T14:49:57.486Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e24f603e-0d07-4744-b487-531a80c9a2d8",
                  "name": "Bad request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber",
                        "Locations",
                        ":startDateUTC",
                        ":endDateUTC",
                        ":pageNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "startDateUTC",
                          "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "endDateUTC",
                          "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "pageNumber",
                          "description": "(Required) 1-based page number (page size 100)."
                        }
                      ]
                    },
                    "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": "45efbe92-170f-48f9-9490-7857126a14a9",
                  "name": "Not found (also returned for cross-tenant resource probes)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "iso15143",
                        "Fleet",
                        "Equipment",
                        ":oemName",
                        ":model",
                        ":serialNumber",
                        "Locations",
                        ":startDateUTC",
                        ":endDateUTC",
                        ":pageNumber"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "oemName",
                          "description": "(Required) Vehicle make, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "model",
                          "description": "(Required) Vehicle model, matched case-insensitively."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "serialNumber",
                          "description": "(Required) VIN/chassis number, or vehicle uuid when no VIN is recorded."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "startDateUTC",
                          "description": "(Required) Range start, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<dateTime>",
                          "key": "endDateUTC",
                          "description": "(Required) Range end, RFC3339 UTC (URL-encoded)."
                        },
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "pageNumber",
                          "description": "(Required) 1-based page number (page size 100)."
                        }
                      ]
                    },
                    "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": []
    }
  ],
  "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": "e14866e5-d521-4930-8b71-9c0cba52df14",
    "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"
    }
  }
}