Get document images

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Use this method to receive the final verification images.

📘

Note

Since applicants can re-upload images and change the uploaded types of documents, it might be tricky for you to understand which images actually made the applicant pass or fail.

Request example

curl -X GET \
     'https://api.sumsub.com/resources/inspections/abc123/resources/123456789' \
     -H 'X-App-Token: <your-app-token>' \
     -H 'X-App-Access-Sig: <your-signature>' \
     -H 'X-App-Access-Ts: <unix-timestamp>'

Response explained

The response will contain a binary content representing the document. The Content-Type response header precisely describes the response mime-type. See our FAQ for a full list of mime-types and file formats.

Path Params
string
required

Unique combination of digits and characters to identify all actions with the applicant’s ID documents. It is automatically added when the applicant profile is created in the Sumsub system.

You can fetch this identifier by getting the applicant data.

string
required

Image identifier that represents the uploaded document.

You can get this identifier by using the following API method.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!