v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

List the companies that allow vehicle tracking

get/v1/freight_visibility/companies

Response

200

Example response

{
  "data": {
    "companies": [
      {
        "name": "Kuphal, Schoen and Maggio",
        "company_id": "KT5124848",
        "street": "87370 Nicolas Wall",
        "city": "Lake Blairton",
        "state": "IN",
        "zip": "18773-8821"
      }
    ]
  },
  "pagination": {
    "per_page": 25,
    "page_no": 1,
    "total": 1
  }
}