Accounts

Number of APIs: 10

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

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

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

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

  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. Load Historic Transactions for Customer Account POST {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{accountId}}/transactions/historic

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

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