Skip to content

Health Check

Service health check endpoint

Health Check

Request

Returns the health status of the GetData service.

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

Responses

Service is healthy

Bodyapplication/json
statusstring

Health status of the service

Example:"healthy"
servicestring

Name of the service

Example:"GetData (1217)"
timestampstring, (date-time)

ISO 8601 timestamp of the health check

Example:"2025-09-15T13:27:14.3794136Z"
versionstring

Service version/environment

Example:"production"
Response
{ "status": "healthy", "service": "GetData (1217)", "timestamp": "2025-09-15T13:27:14.3794136Z", "version": "production" }