curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/export/ \
--header 'x-api-key: <api-key>'"<string>"Download the current user’s broker funder policies as an Excel spreadsheet. The exported file can be re-uploaded via POST /broker_funder_policies/upload/ to round-trip policies.
curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/export/ \
--header 'x-api-key: <api-key>'"<string>"Excel file containing funder policies
The response is of type file.
Was this page helpful?