v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
Disputes
Internal

Download File

Use this endpoint to download file linked to a dispute. Returns the file as a binary stream.

get/v1/disputes/{disputeId}/files/{fileId}

Path parameters

disputeIdstring required

Dispute ID starting with 'dispute_' followed by 21 alpha-numeric characters.

fileIdstring required

File ID starting with 'file_' followed by 21 alpha-numeric characters.

Headers

Request-Referencestring

Optional Reference for the request. This is used to identify the request in debugging.

Response

File downloaded successfully. The response body contains the raw file data as a binary stream.