cURL
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" } ] }
Gets health status for our API, search and other services
{ "ok": true, "upcomingServiceWindows": [ { "startDateUtc": "2025-02-02T06:00:00", "endDateUtc": "2025-02-02T06:05:00", "notes": "Just for demonstration", "lastUpdatedAtUtc": "2025-02-01T08:52:43" } ] }
The health response
The response is of type object.
object