Skip to main content
GET
/
free
/
health
Health
curl --request GET \
  --url https://api.tic.io/free/health \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "upcomingServiceWindows": [
    {
      "startDateUtc": "2023-11-07T05:31:56Z",
      "endDateUtc": "2023-11-07T05:31:56Z",
      "notes": "<string>",
      "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
    }
  ],
  "limits": {
    "rateLimitReset": 123,
    "rateLimit": 123,
    "rateLimitRemaining": 123,
    "rateLimitMinute": 123,
    "rateLimitIP": 123
  }
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

The health response

ok
boolean
upcomingServiceWindows
object[] | null
limits
object