health
Healthcheck
GET
/
v1
/
healthcheck
curl --request GET \
--url https://api.acme.rungalileo.io/v1/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Response
200 - application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.acme.rungalileo.io/v1/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.