cURL
curl --request GET \ --url https://api-sandbox.rinne.com.br/core/health
{ "status": "OK", "database": "CONNECTED", "environment": "DEVELOPMENT", "providers": { "enabled": 2, "initialized": 2, "health": [ { "name": "RINNE", "status": "HEALTHY", "responseTime": 150, "lastChecked": "2023-12-01T10:00:00.000Z" } ] } }
Returns the API health status, database, and payment providers
OK status
"OK"
CONNECTED
DISCONNECTED
"CONNECTED"
DEVELOPMENT
PRODUCTION
TEST
"DEVELOPMENT"
Show child attributes