Ir al contenido

Health check

GET
/health
curl --request GET \
--url https://api.orderfast.com.ar/health

Public endpoint without API key. Does not use the { data } envelope.

Service health status

Media typeapplication/json
object
status
required
string
Allowed values: ok degraded
version
required
string
database
required
string
Allowed values: ok error
Examples

Healthy

{
"status": "ok",
"version": "1.0.0",
"database": "ok"
}