get
https://api.sumsub.com/resources/applicantActions//images/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Use this method to retrieve an image from the specified applicant action.
Required permissions
To use this method, your app token must have the View applicant's images in personal data permission.
Request example
curl -X GET \
'https://api.sumsub.com/resources/applicantActions/639999ef054d540000000000/images/853651000?preview=true' \
-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 image file. The Content-Type response header precisely describes the response mime-type. See our FAQ for a full list of mime-types and file formats.