Home
Documentation
Resources
Certifications
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Community

Get the latest news, ask others for help and share your knowledge.

Download report - Releases - Mercado Pago Developers

Intelligent search powered by OpenAI 

Download report

GET

https://api.mercadopago.com/v1/account/release_report/{file_name}
This endpoint allows downloading any of the created reports. Using the file_name attribute, input the name of the file you wish to download and execute the request. It's important to note that the response of this request will return a .CSV or .XLSX file for download.
Request's parameters
PATH
file_name
string

REQUIRED

The parameter 'file_name' corresponds to the file name of the report you wish to download.
Response parameters
Esta solicitação não tem resposta
Errors

401Unauthorized.

Invalid token

Invalid token.

404Not found.

not_found

Resource /account/release_report/1234234587/ not found.

Request
curl -X GET \
    'https://api.mercadopago.com/v1/account/release_report/{file_name}'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer TEST-5599*********291-02171*********139a4791e*********f7f5835-1*********' \
    
Sample answer
// This request has not been responded to.