v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUserIntegrations
Upload Plaid transactions
Upload Plaid transactions 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/transactions
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": [
{
"iso_currency_code": "USD"
}
]
}Response
OK