Endpoint
Response
| Field | Type | Description |
|---|---|---|
status | string | "ok" when the service is healthy |
timestamp | string | ISO 8601 timestamp of the healthcheck response |
HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Service is healthy and accepting requests |
5xx | Service is experiencing issues — retry with backoff |
Use Cases
- Uptime monitoring — Point your monitoring tool (Datadog, Pingdom, UptimeRobot, etc.) at the healthcheck URL and alert when it returns non-200.
- Pre-flight checks — Call the healthcheck before starting a batch of API requests to confirm the service is reachable.
- Integration tests — Validate network connectivity to Didit from your environment during CI/CD.