v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserIntegrations

Upload Yodlee

Upload Yodlee JSON files for a specified end user to translate into Heron Data format and add transactions for the end user

post/api/end_users/{end_user_id_or_heron_id}/yodlee

Path parameters

end_user_id_or_heron_idstring required

The end_user_id or heron_id of EndUser to upload

Request body

Example request

{
  "transactions": [
    {
      "date": "2025-07-08"
    }
  ]
}

Response

OK