Toshl Developer

Count institutions

Count institutions.

GET /bank/institutions/count

Required scope:

Parameters

country
optional
string

Limit institutions to country

Regex: [A-Z]{2}
search
optional
string

Search institutions

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/count \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "count": 42
}