Toshl Developer

Get institution

Get an institution.

GET /bank/institutions/{id}

Required scope:

Parameters

id *
required
string

Institution id.

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/bank/institutions/42 \
  -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"
}