{ "opencollection": "1.0.0", "info": { "name": "Plaid institutions/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Get details of all supported institutions", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/institutions/get", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a JSON response containing details on all financial institutions currently supported by Plaid. Because Plaid supports thousands of institutions, results are paginated.\n\nIf there is no overlap between an institution’s enabled products and a client’s enabled products, then the institution will be filtered out from the response. As a result, the number of institutions returned may not match the count specified in the call." }, { "info": { "name": "Plaid Search institutions", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/institutions/search", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a JSON response containing details for institutions that match the query parameters, up to a maximum of ten institutions per query.\n\nVersioning note: API versions 2019-05-29 and earlier allow use of the `public_key` parameter instead of the `client_id` and `secret` parameters to authenticate to this endpoint. The `public_key` parameter has since been deprecated; all customers are encouraged to use `client_id` and `secret` instead.\n" }, { "info": { "name": "Plaid Get details of an institution", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/institutions/get_by_id", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a JSON response containing details on a specified financial institution currently supported by Plaid.\n\nVersioning note: API versions 2019-05-29 and earlier allow use of the `public_key` parameter instead of the `client_id` and `secret` to authenticate to this endpoint. The `public_key` has been deprecated; all customers are encouraged to use `client_id` and `secret` instead.\n" } ] } ], "bundled": true }