GET
/
reports
/
:rpt_id
/
download
curl https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5/download \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"

Returns the results of the Report associated with the ID.

Path Parameters

rpt_id
string
required

ID of the Report to download.

Returns

Returns the Report’s results in CSV format.

curl https://production.methodfi.com/reports/rpt_cj2mkA3hFyHT5/download \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"