Disputes
ListDisputeEvidence
Returns a list of evidence associated with a dispute.
get/v2/disputes/{dispute_id}/evidence
Path parameters
dispute_idstring required
The ID of the dispute.
Query parameters
cursorstring
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query. For more information, see Pagination.
Response
Success
Example response
{
"cursor": "G1aSTRm48CLjJsg6Sg3hQN1b1OMaoVuG",
"evidence": [
{
"dispute_id": "bVTprrwk0gygTLZ96VX1oB",
"evidence_text": "1Z8888888888888888",
"evidence_type": "TRACKING_NUMBER",
"id": "TOomLInj6iWmP3N8qfCXrB",
"uploaded_at": "2018-10-18T16:01:10.000Z"
},
{
"dispute_id": "bVTprrwk0gygTLZ96VX1oB",
"evidence_file": {
"filename": "evidence.tiff",
"filetype": "image/tiff"
},
"evidence_id": "TOomLInj6iWmP3N8qfCXrB",
"evidence_type": "GENERIC_EVIDENCE",
"uploaded_at": "2018-10-18T16:01:10.000Z"
}
]
}