Download attached fileshttps://api.mercadopago.com/post-purchase/v1/claims/{claim_id}/attachments/{fileName}/download
This endpoint allows, through a valid token, downloading image files attached to the messages associated with the claim.
GET
Request parameters
Header
Authorization
Access Token obtained through the developer panel. Must be sent in all requests.string
REQUIRED
Path
claim_id
Claim ID. Unique identifier used to reference a specific claim in the system, essential for tracking and managing these claims.number
REQUIRED
attach_id
Identifier of the attached file.string
REQUIRED
Response parameters
Request
curl -X GET \
'https://api.mercadopago.com/post-purchase/v1/claims/{claim_id}/attachments/{fileName}/download'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-8*********932064-12*********edf6d3c99*********2236c703f*********668' \
Response
// This request has not been responded to.