GET
/v1/status/healthGet API health
Returns aggregate API health for ingestion, processing, delivery, and storage.
Authentication
No authentication is required.
Response schema · 200
{
"status": "ok",
"updated_at": "2026-05-05T11:15:00Z"
}Response example
{
"status": "ok",
"updated_at": "2026-05-05T11:15:00Z"
}Code examples
curl https://api.tracklayer.com/v1/status/health