Skip to main content

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.
200 OK response shape:

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 only GET endpoints are GetDeviceId and devices/{deviceId}/dtc-codes. Example: GetLastPositionData for legacy vehicle 88421:
200 OK returns a PositionDto JSON object (see Request & response) with fields such as Lat, Lng, UtcTime, DeviceId (legacy id), IMEI, etc.

Common first errors