Skip to main content
GET
/
v1
/
heartbeat
cURL
curl --request GET \
  --url https://public.api.live.turrisfi.com/v1/heartbeat
{
  "data": {
    "message": "<string>",
    "statusCode": 123
  },
  "requestId": "dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8",
  "timestamp": "2025-11-12T20:49:03.293Z"
}
Use this endpoint to verify that the Turris Public API is reachable and responding normally.

Response

200 - application/json

API health check response

data
object
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"