Skip to content

Health check

GET
/health

Returns the health status of the service.

Responses

Service is healthy

application/json
JSON
{
  
"status": "ok",
  
"service": "sourcefinder",
  
"version": "dev"
}

Playground

Samples