Mobile-ID / Certificates & scope
RAR/C06 · eID / SSO / ShareInfoISO/IEC 24745:2022
Developer center

Identification API

For vendors, development teams and integration partners. Every API links to its service, context and evidence.

POST /identify

Resolve identity within an authorized population.

Version
0.4.0-draft
Authentication
Bearer token + mTLS (target)
Scope
Authorized client, organization, purpose and resource
Media type
application/json
Evidence
evidenceRef

Illustrative request schema

FieldTypeRequirement
requestIdstringRequired in this draft model; a reference, not biometric data.
tenantRefstringRequired in this draft model; a reference, not biometric data.
purposestringRequired in this draft model; a reference, not biometric data.
deviceRefstringRequired in this draft model; a reference, not biometric data.
captureRefstringRequired in this draft model; a reference, not biometric data.
populationRefstringRequired in this draft model; a reference, not biometric data.

Simulation & samples

Local simulation - no network requestsv0.4.0-draft

No approved live Sandbox/UAT endpoint is supplied. Do not enter personal or biometric data.

Request

Illustrative response

200
{
  "requestId": "demo-request-001",
  "traceId": "demo-trace-001",
  "service": "identify",
  "modelStatus": "ILLUSTRATIVE_ONLY",
  "identityResult": "IDENTIFIED",
  "subjectRef": "demo-patient-001",
  "authorizationDecision": "NOT_EVALUATED",
  "evidenceRef": "demo-evidence-001"
}

HTTP samples - not an SDK

The example.invalid host is not a production endpoint. Samples require approved authentication and mTLS configuration.

Exceptions & retries

HTTPIllustrative codeRecommended handling
422CAPTURE_QUALITY_LOWCapture quality is insufficient; guide a retry.
422PRESENTATION_REJECTEDStop the session and use the policy-approved alternative.
409SESSION_EXPIREDCreate a fresh session; do not replay old capture.
403DEVICE_UNTRUSTEDReject the session and request a device review.
403SCOPE_NOT_ALLOWEDCheck client, organization and purpose authorization.
429RATE_LIMITEDHonor Retry-After and bound retry attempts.
503PROCESSING_UNAVAILABLEDo not infer success; invoke the alternative workflow.

Search Trusted Palm ID

Selected interface