Health Check
Check API health status
Get API Status
GET
/health
Description
The health check endpoint is used to verify the operational status of the API service. By sending a GET
request to the health check URL, clients can determine if the service is up and running as expected. If the API returns a successful response, typically with a 200 OK status, it indicates that the service is available and functioning correctly. Monitoring this endpoint helps maintain system reliability and enables prompt detection of potential issues.
Response
Last updated