v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserIntegrations

Upload Plaid assets

Upload Plaid asset JSON 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}/plaid/assets

Path parameters

end_user_id_or_heron_idstring required

The end_user_id or heron_id of EndUser to upload

Request body

Example request

{
  "report": {
    "items": [
      {
        "accounts": [
          {
            "historical_balances": [
              {
                "iso_currency_code": "USD"
              }
            ],
            "transactions": [
              {
                "iso_currency_code": "USD"
              }
            ]
          }
        ]
      }
    ]
  }
}

Response

OK