Geotab · Example Payload

Geotab Dig Records Example

Example showing how to submit a batch of mixed telematics records (GPS, Status, VIN) to the Geotab Data Intake Gateway.

Fleet ManagementTelematicsVehicle TrackingELD ComplianceDriver BehaviorFuel MonitoringRoute OptimizationGPS TrackingIoT

Geotab Dig Records Example is an example object payload from Geotab, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "DIG Submit Records Request and Response",
  "description": "Example showing how to submit a batch of mixed telematics records (GPS, Status, VIN) to the Geotab Data Intake Gateway.",
  "request": {
    "method": "POST",
    "url": "https://dig.geotab.com/records",
    "headers": {
      "Content-Type": "application/json",
      "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
    },
    "body": [
      {
        "Type": "VinRecord",
        "DateTime": "2024-03-15T14:00:00.000Z",
        "SerialNo": "2396122106100",
        "VehicleIdentificationNumber": "1HGBH41JXMN109186"
      },
      {
        "Type": "GpsRecord",
        "DateTime": "2024-03-15T14:01:00.000Z",
        "SerialNo": "2396122106100",
        "Latitude": 43.7315,
        "Longitude": -79.7624,
        "Speed": 65.4,
        "IsIgnitionOn": true,
        "IsGpsValid": true,
        "IsAuxiliary1On": false,
        "IsAuxiliary2On": false,
        "IsAuxiliary3On": false,
        "IsAuxiliary4On": false,
        "IsAuxiliary5On": false,
        "IsAuxiliary6On": false,
        "IsAuxiliary7On": false,
        "IsAuxiliary8On": false
      },
      {
        "Type": "StatusRecord",
        "DateTime": "2024-03-15T14:01:05.000Z",
        "SerialNo": "2396122106100",
        "Code": 12,
        "Value": 85
      },
      {
        "Type": "AccelerationRecord",
        "DateTime": "2024-03-15T14:01:10.000Z",
        "SerialNo": "2396122106100",
        "X": 120,
        "Y": -35,
        "Z": 15
      }
    ]
  },
  "response": {
    "status": 202,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "Error": [],
      "Data": "feeac962-4496-4458-a489-e2d9b4ea12ec"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/geotab-dig-records-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.