---
title: "Get Tracking Info"
method: GET
path: "/api/hogarSolarApp/tracking/{token}/info"
tags: ["hogarSolarApp", "Map Tracking"]
---

# Get Tracking Info

`GET /api/hogarSolarApp/tracking/{token}/info`

Obtiene información de la cita (endpoint público).

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- TrackingInfoResponse — Información de tracking para el cliente (endpoint público).
  - `comercial_name` string, required
  - `appointment_date` string, nullable
  - `appointment_time` string, nullable
  - `appointment_type` string, required
  - `eta_minutes` integer, nullable
  - `last_coords` CoordsData — Datos de coordenadas.
    - `latitude` number, required
    - `longitude` number, required
    - `accuracy` number, nullable
    - `updated_at` string, required
  - `dest_lat` number, nullable
  - `dest_lng` number, nullable
  - `dest_address` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
