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 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "from_date": "2023-11-07T05:31:56Z"
}'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

Body

application/json
from_date
string

Response

202

OK