Download Evaluation Documents

Retrieves a structured ZIP archive of documents associated with a specific evaluation ID. Contents may include consumer-uploaded identity documents and attachments added by reviewers during a case evaluation. The archive is organized into folders as follows:

  └─ Doc_Selfie_1_blob.jpg

case_attachments/   # Case attachments added via the RiskOS™ Dashboard ├─ identity.pdf └─ additional_doc.pdf ```
Path Params
uuid
required

The system-generated unique ID for the evaluation. Capture this value from the initial POST /api/evaluation response.

Headers
string

Specifies the API version used for the request. If omitted, the default version is used. Socure recommends pinning a version to avoid unexpected behavioral changes when new versions are released.

Responses

400

Bad Request - The request was unacceptable.

401

Unauthorized - An invalid API key was provided.

403

Forbidden - The client does not have permission to access this resource.

404

Not Found - The requested resource does not exist.

500

Internal Server Error – An unexpected condition occurred on the server.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Choose an example:
application/zip