Philidor Docs
API Reference

Health

API health check endpoint.

GET /v1/health

Check API health status, version, and last sync timestamp.

Example

curl https://api.philidor.io/v1/health

Response

{
  "success": true,
  "data": {
    "status": "ok",
    "version": "1.0.0",
    "vault_count": 724,
    "last_synced_at": "2026-02-25T12:00:00Z"
  }
}

Use this endpoint for uptime monitoring and to verify the API is reachable.

On this page

Raw