Get health
GET
/health
curl \
--request GET https://api.topktoday.dev/health
Response examples (200)
{
"$schema": "https://api.topktoday.dev/schemas/MessageResponseBody.json",
"message": "All systems go!"
}
Response examples (default)
{
"$schema": "https://api.topktoday.dev/schemas/ErrorModel.json",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}