Popular institution
Get a list of popular institutions per country
GET /bank/institutions/popular
Required scope:
- entries:r
Parameters
country * required string
|
Limit institutions to country Regex:[A-Z]{2} |
providers optional string
|
Comma separated list of providers Possible values:plaid, toshl, saltedge, saltedge-partner |
* denotes required field/parameter.
Request
$ curl https://api.toshl.com/bank/institutions/popular?country=US \ -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"
Response
HTTP/1.1 200 OK
Content-Type: application/json
[
{
"id": "42",
"ext_id": "ins_10",
"name": "American Express",
"url": "https://www.americanexpress.com/",
"logo": "https://api.toshl.com/bank/institutions/42/logo",
"provider": "plaid"
}
]