curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/finicity/request_voe_transactions_report \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"from_date": "2023-11-07T05:31:56Z"
}
'{}Request a Finicity VOE transactions report generation for an end user. When the report is ready it will be available as an EndUserFile.
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/finicity/request_voe_transactions_report \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"from_date": "2023-11-07T05:31:56Z"
}
'{}Was this page helpful?