curl -X GET "https://api-integration.ollang.com/health"
Copy
{ "time": 1704711600000, "status": "OK"}
Ollang API Reference
Health Check
Check the health status and availability of the Integration API service
GET
/
health
Copy
curl -X GET "https://api-integration.ollang.com/health"
Copy
{ "time": 1704711600000, "status": "OK"}
Check the health status of the Integration API service. This endpoint is used to monitor service availability and is typically called by load balancers, monitoring systems, and health check tools to ensure the service is operational.
Copy
curl -X GET "https://api-integration.ollang.com/health"
This endpoint does not require any authentication. It is publicly accessible to allow monitoring systems and load balancers to check service health without API keys.
You do not need to enter an X-Api-Key for this endpoint. You can leave the
X-Api-Key field empty.
Current status of the service. Possible values are: - OK - Service is
healthy and operational - NOK - Service is experiencing issues (rarely
returned; usually results in HTTP error)