v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserAccounts

Get Missing Accounts (beta)

Get a list of possible missing accounts for a given End User. This endpoint is in beta and likely to change.

get/api/end_users/{end_user_id_or_heron_id}/missing_accounts

Path parameters

end_user_id_or_heron_idstring required

The end_user_id or heron_id of EndUser

Response

OK

Example response

{
  "missing_accounts": [
    {
      "account_name": "Checking",
      "account_number": "****4321",
      "transactions": [
        {
          "account_id": "checking_account_202348",
          "amount": -42.42,
          "currency": "USD",
          "description": "GOOGLE *ADS12340929 cc@google.com US",
          "heron_id": "txn_Yqsbw75xpkSRPK4Ap5Mrvi",
          "timestamp": "2021-11-12T10:38:05Z"
        }
      ]
    }
  ]
}