Health
Health check
Reports whether the platform is currently serving traffic, so callers can route payments elsewhere while we are impaired. Safe to poll — checks are cached for a few seconds and require no authentication. Failover on status rather than the HTTP code alone: a degraded response is still 200 because reads and account management keep working while payments stall.
get/health
Response
Serving traffic, either fully (operational) or partially
Example response
{
"timestamp": "2026-09-15T10:30:00.000Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.