Disputes
RetrieveDisputeEvidence
Returns the evidence metadata specified by the evidence ID in the request URL path
You must maintain a copy of the evidence you upload if you want to reference it later. You cannot download the evidence after you upload it.
get/v2/disputes/{dispute_id}/evidence/{evidence_id}
Path parameters
dispute_idstring required
The ID of the dispute that you want to retrieve evidence from.
evidence_idstring required
The ID of the evidence to retrieve.
Response
Success
Example response
{
"evidence": {
"dispute_id": "bVTprrwk0gygTLZ96VX1oB",
"evidence_file": {
"filename": "evidence.tiff",
"filetype": "image/tiff"
},
"evidence_type": "GENERIC_EVIDENCE",
"id": "TOomLInj6iWmP3N8qfCXrB",
"uploaded_at": "2018-10-18T16:01:10.000Z"
}
}