---
title: "Get Client Data"
method: GET
path: "/api/auth/installation-sessions/{session_token}"
tags: ["auth", "sessions", "installation-sessions"]
---

# Get Client Data

`GET /api/auth/installation-sessions/{session_token}`

Valida token de sesión y obtiene datos del cliente

Endpoint principal para el frontend cuando el cliente accede al enlace.
Valida el token, registra el acceso y devuelve los datos del cliente.

## Path parameters

- `session_token` string, required

## Response `200`

Successful Response

- ClientData — Datos del cliente para mostrar en el frontend
  - `name` string, nullable
  - `email` string, email, required
  - `phone` string, required
  - `appointment_id` string, required
  - `appointment_data` object, required

## 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)
