Service Health Check
Provides a comprehensive health check for the API service and its dependencies. Returns the service status, a message, the current server timestamp, and the API version.
curl -X GET "https://api.invoicce.io/health"{
"status": "ok",
"message": "string",
"timestamp": "2019-08-24T14:15:22Z",
"version": "string",
"environment": "string",
"uptime": 0
}{
"error": {
"code": "SERVICE_UNAVAILABLE",
"message": "string"
}
}