Response
200 - application/json
successful response
curl --request GET \
--url https://platform.versori.com/api/embedded/v1/healthz
{
"message": "<string>"
}
HealthCheck returns a successful status if the API is healthy.
curl --request GET \
--url https://platform.versori.com/api/embedded/v1/healthz
{
"message": "<string>"
}
successful response