L O R I C A / docs
API REFERENCE

Overview

The Lorica API has three primary endpoints plus a health check. Every request is synchronous. Every response is HMAC-SHA256 signed.

Endpoints

Method & PathPurposeLatency (median)
POST /v1/enrollCapture biometric reference at user creation~310ms
POST /v1/verifyRun step-up check at high-risk action moment292ms
DELETE /v1/deleteGDPR/CCPA right-to-erasure~40ms
GET /v1/healthEndpoint status~5ms

Reference material

Conventions

  • All requests use Content-Type: application/json.
  • All responses, including errors, are JSON with a stable error / code field.
  • POST requests accept X-Lorica-Idempotency-Key for safe retries within a 24-hour window.
  • Every response includes X-Request-Id for support correlation.
  • The v1 path segment is required. Future major versions ship as v2 alongside v1.