AI resources
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
string
REQUIRED
Access Token obtained through the developer panel. Must be sent in all requests.
Path
claim_id
number
REQUIRED
Claim ID. Unique identifier used to reference a specific claim in the system, essential for tracking and managing these claims.
attach_id
string
REQUIRED
Identifier of the attached file.
Response parameters
Esta solicitação não tem resposta
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-4*********994754-12*********c73b4e1ac*********cef36b27c*********840' \
Response
// This request has not been responded to.
