Postman Collection
Download
Ready-to-import files, published directly from the generated collection:
- Postman collection — all requests, pre-configured with dual auth (JWT + API Key).
- Local environment — variables for local testing.
To use: open Postman → Import → drop both files → select the environment in the top-right selector.
Request Inventory
Auth (1)
POSTLogin
Fleet (7)
GETList DevicesGETDevice DetailGETDevice PositionPUTUpdate DeviceGETList DriversPOSTCreate DriverPUTUpdate Driver
Telemetry (1)
POSTIngest Batch
Tasks (8)
GETList TasksGETTask DetailPOSTCreate Tasks (batch)PUTUpdate TasksDELETECancel TasksGETTask AttachmentsGETDownload AttachmentGETForm PDF
Devices — Messaging (2)
POSTSend Message to MobilePOSTDevices Nearby
Catalogs (25)
GETGeographic: countries, departments, cities, zones, special places (+ types)GETDomain: origins, origin products, product coverages, services, service causes, cause subcauses, reasons, priorities, task statuses, shiftsGETResources: end reasons, forms, form lists, vehicle types, providers, devices ·POSTproducts → end reasonsGETOAV: product OAV fields
Geocoding (5) — paid per use
POSTForwardPOSTReversePOSTInternal (our maps)POSTAutocompleteGETQuota
Reports — AVL (9)
GETKilometersGETGeofenceGETTripsGETSpeedGETIdleGETTemperatureGETMaintenanceGETIgnitionGETVehicle Performance
Reports — GT Operations (5)
GETTasks GeneralGETAlertsGETLive LocationGETRejected TasksGETAdvanced Forms
Reports — CPM (4)
GETActivity DetailGETWork SummaryGETPersonnel PerformanceGETActivity Summary
Reports — General (3)
GETHardware MessagesGETLoginsGETGenerated Alerts
Legacy Despacho (6)
POSTWSGetServiciosPOSTWSGetTareaMultimediaPOSTWSGeocoding (CalleEsquina + CalleNumero + RutaKm)POSTWSReverseGeocodingPOSTWSGetArchivosMultimedia (3 operations)POSTWSAltaServicio (Crear + Cancelar)
Variables
| Variable | Description |
|---|---|
baseUrl | API base URL (e.g. https://geotareas.com) |
tenant | Your assigned tenant domain (default: geotareas.com) |
email | Login email |
password | Login password |
token | JWT token (auto-set by Login request) |
apiKey | API key from onboarding |
deviceId | Device ID for detail/position/update |
driverId | Driver ID for update |
taskId | Task ID for detail and attachments |
startDate | Report start date (ISO 8601) |
endDate | Report end date (ISO 8601) |
Auto-configured Behavior
- Login auto-saves
tokenfromdata.authorization - All protected requests send
Authorization: Bearer {{token}}+X-API-Key: {{apiKey}}+tenant: {{tenant}}
Quick Test Flow
- Run Login — token is saved automatically
- Run List Devices — copy an
idtodeviceId - Run Device Detail and Device Position
- Run any report with
startDateandendDateset - For Telemetry, use the same token and apiKey
- For Tasks, get a
taskIdfrom List Tasks before calling detail or attachments