POST
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
finicity
/
request_voe_transactions_report
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"
}'

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Body

application/json

Response

202

OK