Logistics & shipping
here.com:tracking
HERE Tracking sandbox and mock API
HERE Tracking is a cloud product designed to address location tracking problems for a wide range of Location IoT industry verticals. HERE Tracking also includes end-user mobile and web applications that can be used to demonstrate the product. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 216
- Collections
- -
- Event types
- -
example request
curl https://your-here-tracking.slurry.io/aliases/v2 \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.1.191.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 216.
- GET/aliases/v2
- GET/aliases/v2/health
- GET/aliases/v2/trackingId
- GET/aliases/v2/version
- GET/aliases/v2/{trackingId}
- DELETE/aliases/v2/{trackingId}
- PUT/aliases/v2/{trackingId}/batch
- GET/aliases/v2/{trackingId}/{type}
- DELETE/aliases/v2/{trackingId}/{type}
- PUT/aliases/v2/{trackingId}/{type}/{externalId}
- DELETE/aliases/v2/{trackingId}/{type}/{externalId}
- PUT/associations/v3/devices/batchUpdate