Tomtom Routing
Connector for the tomtom-routing API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.tomtom.com - Auth:
query:key(pass your key via theapiKeyinput)
Operations
get_routing_versionnumber_calculatereachablerang— GET /routing/{versionNumber}/calculateReachableRange/{origin}/{contentType} — Reachable Rangeget_routing_versionnumber_calculateroute_locatio— GET /routing/{versionNumber}/calculateRoute/{locations}/{contentType} — Calculate Routepost_routing_versionnumber_calculatereachableran— POST /routing/{versionNumber}/calculateReachableRange/{origin}/{contentType} — Reachable Rangepost_routing_versionnumber_calculateroute_locati— POST /routing/{versionNumber}/calculateRoute/{locations}/{contentType} — Calculate Route
Inputs
apiKey— your tomtom-routing API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_routing_versionnumber_calculatereachablerang
apiKey: <your key>