Prerequisites — Create an API Key
Before making any API calls, you’ll need an API key. Head to the Telemax Webhooks and API Key section in the Telemax dashboard to create your own key.Navigate to Telemax Dashboard → Webhooks and API Key to generate a new API key. Copy the key and keep it secure — you’ll use it in the step below.
Step 1 — Get an access token
Interactive reference: API key token · Dashboard user token.Step 2 — Call an authenticated endpoint
Almost all routes use POST with parameters in the query string (not JSON body) — see the architecture note for details. The onlyGET endpoints are GetDeviceId and devices/{deviceId}/dtc-codes. Example: GetLastPositionData for legacy vehicle 88421:
PositionDto JSON object (see Request & response) with fields such as Lat, Lng, UtcTime, DeviceId (legacy id), IMEI, etc.