Saltar al contenido principal
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://{your-prod-endpoint}/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Autorizaciones

Authorization
string
header
requerido

Bearer token for API authentication

Respuesta

200 - application/json

Service healthy

status
string
Ejemplo:

"ok"