Skip to main content

Postman Collection

Download

Ready-to-import files, published directly from the generated collection:

To use: open Postman → Import → drop both files → select the environment in the top-right selector.

Request Inventory

Auth (1)

  • POST Login

Fleet (7)

  • GET List Devices
  • GET Device Detail
  • GET Device Position
  • PUT Update Device
  • GET List Drivers
  • POST Create Driver
  • PUT Update Driver

Telemetry (1)

  • POST Ingest Batch

Tasks (8)

  • GET List Tasks
  • GET Task Detail
  • POST Create Tasks (batch)
  • PUT Update Tasks
  • DELETE Cancel Tasks
  • GET Task Attachments
  • GET Download Attachment
  • GET Form PDF

Devices — Messaging (2)

  • POST Send Message to Mobile
  • POST Devices Nearby

Catalogs (25)

  • GET Geographic: countries, departments, cities, zones, special places (+ types)
  • GET Domain: origins, origin products, product coverages, services, service causes, cause subcauses, reasons, priorities, task statuses, shifts
  • GET Resources: end reasons, forms, form lists, vehicle types, providers, devices · POST products → end reasons
  • GET OAV: product OAV fields

Geocoding (5) — paid per use

  • POST Forward
  • POST Reverse
  • POST Internal (our maps)
  • POST Autocomplete
  • GET Quota

Reports — AVL (9)

  • GET Kilometers
  • GET Geofence
  • GET Trips
  • GET Speed
  • GET Idle
  • GET Temperature
  • GET Maintenance
  • GET Ignition
  • GET Vehicle Performance

Reports — GT Operations (5)

  • GET Tasks General
  • GET Alerts
  • GET Live Location
  • GET Rejected Tasks
  • GET Advanced Forms

Reports — CPM (4)

  • GET Activity Detail
  • GET Work Summary
  • GET Personnel Performance
  • GET Activity Summary

Reports — General (3)

  • GET Hardware Messages
  • GET Logins
  • GET Generated Alerts

Legacy Despacho (6)

  • POST WSGetServicios
  • POST WSGetTareaMultimedia
  • POST WSGeocoding (CalleEsquina + CalleNumero + RutaKm)
  • POST WSReverseGeocoding
  • POST WSGetArchivosMultimedia (3 operations)
  • POST WSAltaServicio (Crear + Cancelar)

Variables

VariableDescription
baseUrlAPI base URL (e.g. https://geotareas.com)
tenantYour assigned tenant domain (default: geotareas.com)
emailLogin email
passwordLogin password
tokenJWT token (auto-set by Login request)
apiKeyAPI key from onboarding
deviceIdDevice ID for detail/position/update
driverIdDriver ID for update
taskIdTask ID for detail and attachments
startDateReport start date (ISO 8601)
endDateReport end date (ISO 8601)

Auto-configured Behavior

  • Login auto-saves token from data.authorization
  • All protected requests send Authorization: Bearer {{token}} + X-API-Key: {{apiKey}} + tenant: {{tenant}}

Quick Test Flow

  1. Run Login — token is saved automatically
  2. Run List Devices — copy an id to deviceId
  3. Run Device Detail and Device Position
  4. Run any report with startDate and endDate set
  5. For Telemetry, use the same token and apiKey
  6. For Tasks, get a taskId from List Tasks before calling detail or attachments