{ "opencollection": "1.0.0", "info": { "name": "Plaid auth/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Retrieve auth data", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/auth/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/auth/get` endpoint returns the bank account and bank identification numbers (such as routing numbers, for US accounts) associated with an Item's checking and savings accounts, along with high-level account data and balances when available.\n\nNote: This request may take some time to complete if `auth` was not specified as an initial product when creating the Item. This is because Plaid must communicate directly with the institution to retrieve the data.\n\nVersioning note: In API version 2017-" }, { "info": { "name": "Plaid Retrieve Auth data", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/processor/auth/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/processor/auth/get` endpoint returns the bank account and bank identification number (such as the routing number, for US accounts), for a checking or savings account that''s associated with a given `processor_token`. The endpoint also returns high-level account data and balances when available.\n\nVersioning note: API versions 2019-05-29 and earlier use a different schema for the `numbers` object returned by this endpoint. For details, see [Plaid API versioning](https://plaid.com/docs/api/ve" }, { "info": { "name": "Plaid Get data needed to authorize an investments transfer", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/investments/auth/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/investments/auth/get` endpoint allows developers to receive user-authorized data to facilitate the transfer of holdings" } ] } ], "bundled": true }