/api/v1/health
Overview
The health check endpoint is used to verify if the API server is running and responding correctly.
Request
Method: GET
URL
/api/healthResponse
Success Response
{
"status": "ok"
}Status Code
200 OK– The server is running and responding correctly.
Last updated on