Skip to main content
GET
Programmatic status
Returns the current health status of every Truthlocks service. Use this endpoint to integrate service availability into your own dashboards, alerting pipelines, or circuit breakers. This endpoint is served from status.truthlocks.com, not the main API. No authentication is required.

Response

Response fields

Status logic

  • operational — all services are healthy and responding normally.
  • degraded — at least one service is slow or returning errors, but none are fully down.
  • outage — at least one service is completely unreachable.

Monitored services

Example: poll status from your application

Example: pre-flight check before minting

This endpoint is rate-limited to prevent abuse. For continuous monitoring, poll no more frequently than once every 30 seconds.

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

200 - application/json

Service health

status
enum<string>
Available options:
operational,
degraded,
outage
timestamp
string
services
object[]