Get check image data

Get images of an existing check sent to a vendor.

From the response, use downloadLink in a GET request to download the front and back images of the check.

curl '{downloadLink}' --header 'sessionId: {session_id}' --output {check_name}
Language
Click Try It! to start a request and see the response here!