curl --request GET \
--url https://dev-api.rootkey.ai/api-v1/healthz
{
"message": "[Auth service]: Status OK"
}
Check the status of the API on the selected version
curl --request GET \
--url https://dev-api.rootkey.ai/api-v1/healthz
{
"message": "[Auth service]: Status OK"
}
API status response
The response is of type object
.