Download note attachment

Overview

Use this method to retrieve a file from a specific note in the applicant profile.

You can only get one attachment per request.

Request example

curl -X POST \
     'https://api.sumsub.com/resources/api/applicants/notes/attachments/download' \
     -H 'content-type: application/json' \
     -d '{
           "id": "6893925cff736e92c020acaaa",
           "applicantId": "687fb2373fc85ad66b5d6244",
           "attachmentId": "6893a5c660e0659e03327608"
         }'

Response explained

The response will contain a binary content representing the image file. The Content-Type response header precisely describes the response mime-type.

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