cURL
curl -X GET 'https://core-api-server.onrender.com/health'
{ "status": "All systems operational!", "timestamp": "2024-01-15T10:30:45.123Z" }
Checks the operational status of the Trust Engine API server.
Server Status Check
Timestamp Generation
Quick Response
"All systems operational!"
"2024-01-15T10:30:45.123Z"
{ "message": "<error message>" }
API is healthy
The response is of type object.
object