Retrieve Auth data (account + routing number)
POST https://{{env_url}}/auth/get
The /auth/get
endpoint allows you to retrieve the bank account and routing numbers associated with an Item’s checking and savings accounts, along with high-level account data and balances.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"accounts":[{"account_id":"PnpkZlD1rDtQZ7oxk97kSd3xJxz1pwf7bgeLk","balances":{"available":100,"current":110,"iso_currency_code":"CAD","limit":null,"unofficial_currency_code":null},"mask":"0000","name":"Plaid Checking","official_name":"Plaid Gold Standard 0% Interest Checking","subtype":"checking","type":"depository"},{"account_id":"eNVMxpWB6WFpQmr8gvmgi3woAoQP5aHLKpbvG","balances":{"available":200,"current":210,"iso_currency_code":"CAD","limit":null,"unofficial_currency_code":null},"mask":"1111","name":"Plaid Saving","official_name":"Plaid Silver Standard 0.1% Interest Saving","subtype":"savings","type":"depository"},{"account_id":"jQVLmWn4pnCokXGzlpXlSEKkXkd6AbT1kD7K4","balances":{"available":null,"current":1000,"iso_currency_code":"CAD","limit":null,"unofficial_currency_code":null},"mask":"2222","name":"Plaid CD","official_name":"Plaid Bronze Standard 0.2% Interest CD","subtype":"cd","type":"depository"},{"account_id":"QbopGqDLzDCmZp7aM9pMhoeywyR1xnSpLvgPn","balances":{"available":null,"current":410,"iso_currency_code":"CAD","limit":2000,"unofficial_currency_code":null},"mask":"3333","name":"Plaid Credit Card","official_name":"Plaid Diamond 12.5% APR Interest Credit Card","subtype":"credit card","type":"credit"},{"account_id":"7zAR5KDnPDfybrlMj9rjUrQGNGVMBpCgze5bP","balances":{"available":43200,"current":43200,"iso_currency_code":"CAD","limit":null,"unofficial_currency_code":null},"mask":"4444","name":"Plaid Money Market","official_name":"Plaid Platinum Standard 1.85% Interest Money Market","subtype":"money market","type":"depository"}],"item":{"available_products":["assets","balance","identity","income","transactions"],"billed_products":["auth"],"error":null,"institution_id":"ins_43","item_id":"wnVRXPmk3mt3wepjXEeXsbN4NWe5V9FrNeEN1","webhook":"https://www.genericwebhookurl.com/webhook"},"numbers":{"ach":[],"eft":[{"account":"111122220000","account_id":"PnpkZlD1rDtQZ7oxk97kSd3xJxz1pwf7bgeLk","branch":"01533","institution":"114"},{"account":"111122221111","account_id":"eNVMxpWB6WFpQmr8gvmgi3woAoQP5aHLKpbvG","branch":"01533","institution":"114"}]},"request_id":"X5W6V"}