...
Endpoint for creating a bank connection. This endpoint creates a bank connection record in the DB and returns its ID. It also creates a Sidekiq task to update the bank connections import progress.
GET /api/v3/wealth_api/bank_connections/{id}
Endpoint for getting the import status of a bank connection. This endpoint takes a bank connection ID as input and returns information about the connection status and import progress.
Authentication
To authenticate with the Mock Bank API, follow these steps:
...