v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBtransactions
Retrieve a transactions attachment
Requires transactions:read:all scope.
get/transactions/{transactionId}/files/{fileId}
Path parameters
transactionIdstring uuid required
The transaction id
fileIdstring required
The file id
Response
Successful Transaction File Response
Example response
{
"data": {
"id": "c390a94f-2309-4cdf-8d02-b0c5304d9f66",
"fileType": "text/html",
"fileName": "receipt.png",
"url": "https://s3.amazon.com/receipt.png"
}
}