List dispute evidence

Returns a dispute’s public evidence by its ID.

To use this endpoint from the browser, you’ll need to specify the /accounts/{your-account-id}/transfers.read scope when generating a token.
GET
/disputes/{disputeID}/evidence
200 403 404 422 429 500
List of dispute evidence.
[
  {
    "createdOn": "2019-08-24T14:15:22Z",
    "disputeID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
    "evidenceID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
    "evidenceType": "receipt",
    "filename": "string",
    "mimeType": "string",
    "size": 0,
    "updatedOn": "2019-08-24T14:15:22Z"
  }
]
The user is not authorized to make the request.
Request received, but resource was not found.
The parameters provided are not processable.
Request was refused due to rate limiting.

X-Retry-In

string <duration>
How long (in milliseconds) to wait until able to retry the request.
Invalid request, an error message will be available in the response body.
Error response for http requests that failed.

Path parameters

disputeID

string <uuid> required
ID of dispute

Response

application/json

createdOn

string<date-time> <=24 characters

disputeID

string<uuid> <=36 characters Pattern
UUID v4

evidenceID

string<uuid> <=36 characters Pattern
UUID v4

evidenceType

Possible values: receipt, proof-of-delivery, cancelation-policy, terms-of-service, customer-communication, generic-evidence, cover-letter, other

filename

string

mimeType

string

size

integer

updatedOn

string<date-time> <=24 characters