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
- Production serverhttps://se-webservice.apps.creditsafe.com/search/health
- Sandbox serverhttps://se-webservice-sandbox.apps.creditsafe.com/search/health
curl -i -X GET \
https://se-webservice.apps.creditsafe.com/search/health \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "status": "healthy", "service": "Company Search (1225)", "timestamp": "2025-09-15T13:27:14.3794136Z", "version": "production" }