Skip to main content
GET
Get Face Match Verification

Overview

Returns one Face Match verification by its id (the same UUID returned as verificationId in the POST Face Match response or in the list endpoint). Use it to fetch full details of a past verification for audit, support, or detail views. Key points:
  • Scoped to your organization; returns 404 if the ID does not exist or belongs to another org.
  • Same fields as each item in the list: id, entityId, status, match, score, threshold, createdAt, and optional image paths.
To download stored document and selfie bytes, use Get Face Match images (/document-image and /selfie-image).

Request

Endpoint

Path Parameters

id
string
required
UUID of the Face Match verification (same as verificationId from POST or list).

Headers

Include X-Organization-Id if your account is scoped by organization.

Response

Success (200 OK)

Single verification object:

Error Responses

Example

Next Steps

Face Match (POST)

Verify document + selfie in one call

List Validations

List KYC validations by entity