Skip to content

Health Check

Service health check endpoint

Health check

Request

Returns the health status of the service.

Security
bearerToken
curl -i -X GET \
  https://se-webservice.apps.creditsafe.com/getsignatory/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": "GetSignatory (1227)", "timestamp": "2025-09-15T13:27:14.3794136Z", "version": "production" }