Toshl Developer

Connect institution details

Get an institution with connect details. Use token for plaid, and connect_url for saltedge to open SaltEdge Connect/Plaid Link.

POST /bank/institutions/{id}/connect

Required scope:

Parameters

id *
required
string

Institution id.

theme
optional
string

Theme to use during connect.

Possible values: light, dark

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/bank/institutions/42/connect \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \
  -X POST

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": "saltedge",
  "connect_url": "https://..."
}