Download document front and back images for an ID Verification
id in the path—the same UUID as verificationId in the POST response or id from list / GET one. No extra query parameters. Same Authorization: Bearer and read KYC permission as the other ID Verification routes.
Use the back endpoint only when that verification actually included a back image; otherwise you may get 404.
verificationId from POST or id from list/GET one).Authorization: Bearer YOUR_API_KEY (required)X-Organization-Id if your account is organization-scoped.
| HTTP | Description |
|---|---|
| 200 | Raw image bytes (Content-Type e.g. image/jpeg). |
| 404 | Verification not found, not in your organization, or that image is not available for download. |