---
title: "Verificar Sesion Endpoint"
method: GET
path: "/api/auth/session/{session_id}"
tags: ["auth", "auth"]
---

# Verificar Sesion Endpoint

`GET /api/auth/session/{session_id}`

Verifica si una sesión es válida y devuelve datos del usuario

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- SessionResponse
  - `valid` boolean, required
  - `user` object, nullable
  - `session_id` string, nullable
  - `message` 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)
