Accounts

Number of APIs: 10

  1. Refresh Customer Accounts POST {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts

  2. Refresh Customer Accounts by Institution Login ID POST {{baseUrl}}/aggregation/v1/customers/{{customerId}}/institutionLogins/{{institutionLoginId}}/accounts

  3. Delete Customer Accounts by Institution Login ID DELETE {{baseUrl}}/aggregation/v1/customers/{{customerId}}/institutionLogins/:institutionLoginId

  4. Get Customer Account by ID GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{accountId}}

  5. Delete Customer Account by ID DELETE {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/:accountId

  6. Get Customer Accounts GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts

  7. Get Customer Accounts by Institution ID GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/institutions/{{institutionId}}/accounts

  8. Get Account Owner GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{accountId}}/owner

  9. Load Historic Transactions for Customer Account POST {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{accountId}}/transactions/historic

  10. Get Customer Accounts by Institution Login ID GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/institutionLogins/{{institutionLoginId}}/accounts