Skip to main content
GET
/
system
/
healthcheck
curl
curl -i https://verification.didit.me/system/healthcheck
{
  "status": "ok",
  "timestamp": "2026-04-21T16:42:50.445Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.didit.me/llms.txt

Use this file to discover all available pages before exploring further.

Response

Service is healthy and accepting requests. Body is always {"status": "ok", "timestamp": "<iso8601>"}.

status
enum<string>
required

Liveness marker. Always the literal string "ok" on a 200 response.

Available options:
ok
Example:

"ok"

timestamp
string<date-time>
required

Server time at which the healthcheck was evaluated, in ISO 8601 with millisecond precision and a Z (UTC) suffix.

Example:

"2026-04-21T16:42:50.445Z"