Skip to main content
GET
Get ID Verification images

Overview

After ID Verification (POST), you can download the front (and, when applicable, back) document images using the GET endpoints below. Put the 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.

Endpoints

Document front

Document back

Path parameters

string
required
UUID of the ID verification (same as verificationId from POST or id from list/GET one).

Headers

  • Authorization: Bearer YOUR_API_KEY (required)
Include X-Organization-Id if your account is organization-scoped.

Responses

Examples