v4
OpenAPI 3.0.12026-07-3189233676.2 KBUploaded Documents
List all documents
The endpoint returns a list of documents.
Note: When the other document type is enabled in the document upload settings of your customization template, end users can upload arbitrary documents that don't fit the other categories. Truv does not parse these OTHER documents into structured data (they are captured only), but you can collect the uploaded files through this Uploaded Documents API.
get/v1/links/{link_id}/documents/
Response
Example response
[
{
"id": "24d7e80942ce4ad58a93f70ce4115f5c",
"type": "W2",
"subtype": "F1099_DIV",
"file": "https://cdn.truv.com/doc_upload/most.recent.paystub.pdf",
"filename": "most.recent.paystub.pdf",
"mimetype": "application/pdf"
}
]