---
title: "GET /api/v1/selphid/health"
method: GET
path: "/api/v1/selphid/health"
tags: ["Management"]
---

# GET /api/v1/selphid/health

`GET /api/v1/selphid/health`

Comprueba si el servicio está activo.

## Response `200`

Un mensaje con el estado de salud del servicio.

- HealthResult — El resultado de una comprobación de salud (health check).
  - `message` 'Healthy' | 'Unhealthy' — Resultado del servicio de salud (health) (indica si el SDK está activo o no).

## Other responses

- `400` — Parámetros incorrectos en la solicitud.
- `500` — Se ha producido un error en la llamada al backend de SelphID-SDK.

---

[API](https://skmtc.net/facephi/apis/selphid-sdk-rest-api.md) · [All operations](https://skmtc.net/facephi/apis/selphid-sdk-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/facephi/selphid-sdk-rest-api/revisions/acc985032f98/schema)
