Skip to content

Health Check

Service health check endpoint

Health Check Endpoint

Request

Returns the health status of the Search Engine service. This endpoint should be used exclusively for service availability checks. It is free of charge, safe for production environments, and designed for monitoring tools and automated checks.

Security
bearerToken
curl -i -X GET \
  https://se-webservice.apps.creditsafe.com/search/health \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Service is healthy

Bodyapplication/json
statusstring

Overall health status of the service.

servicestring

Service name.

timestampstring, (date-time)

Current timestamp.

versionstring

Service version/environment.

Response
{ "status": "healthy", "service": "Company Search (1225)", "timestamp": "2025-09-15T13:27:14.3794136Z", "version": "production" }