ReferencesOpenapiUtils
Health check
Check that the public API is reachable and return the current server timestamp.
Authorization
ApiKeyAuth x-api-key<token>
API key for authentication
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://app.np.aws.karia.com.au/api/v0/utils/health"{
"status": "string",
"timestamp": "string"
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}
