Skip to main content
GET
/
health
Estado del servicio
curl --request GET \
  --url https://api.lapyme.com.ar/health
{
  "status": "healthy",
  "timestamp": "2023-11-07T05:31:56Z",
  "version": "<string>",
  "uptime": 123,
  "environment": "<string>"
}

Response

200 - application/json

Servicio funcionando correctamente

status
enum<string>
required
Available options:
healthy,
unhealthy
timestamp
string<date-time>
required
version
string
required
uptime
number
environment
string