Geotab · Example Payload

Geotab Dig Authenticate Example

Example showing how to authenticate with the Geotab Data Intake Gateway API to obtain bearer and refresh tokens.

Fleet ManagementTelematicsVehicle TrackingELD ComplianceDriver BehaviorFuel MonitoringRoute OptimizationGPS TrackingIoT

Geotab Dig Authenticate 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 Authenticate Request and Response",
  "description": "Example showing how to authenticate with the Geotab Data Intake Gateway API to obtain bearer and refresh tokens.",
  "request": {
    "method": "POST",
    "url": "https://dig.geotab.com/authentication/authenticate",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "Username": "dig@yourcompany.geotab.com",
      "Password": "your-dig-password"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "Error": [],
      "Data": {
        "Authenticated": true,
        "UserId": "dig@yourcompany.geotab.com",
        "BearerToken": {
          "TokenString": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6ImRpZ0BnZW8udGFiIiwibmJmIjoxNjEyODQ2ODEwLCJleHAiOjE2MTMxMDYwMTAsImlhdCI6MTYxMjg0NjgxMH0.pXS0ehnRCwZSzGNLSYGlh_oJCnXieFZBu7HBV6y0b5Q",
          "Created": "2024-03-15T14:00:00",
          "Expires": "2024-03-16T14:00:00"
        },
        "RefreshToken": {
          "TokenString": "m=+tunBX6uDBY/Rk9OUQeZdCdmaQgzPHdGvVH2B3cuCXwjADdqvD44vyCr0Z",
          "Created": "2024-03-15T14:00:00",
          "Expires": "2024-04-15T14:00:00"
        }
      }
    }
  }
}

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-authenticate-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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