Skip to content
SENS Platform Docs

Return the service health state.

GET
/healthz
curl --request GET \
--url https://api.dev.iot-sens.schlossers.at/healthz

The service process is alive.

Media typeapplication/json
object
status
required
string
Allowed values: ok
service
required
string
>= 1 characters
timestamp
required
string format: date-time
correlationId
required
string
>= 1 characters
Example
{
"status": "ok"
}