Toshl Developer

Get connection

Get a bank connection.

GET /bank/connections/{id}

Required scope:

Parameters

id *
required
string

Connection id.

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/bank/connections/42 \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

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

{
  "id": "42",
  "institution": "42",
  "accounts": ["42"],
  "name": "American Express",
  "unsorted": 0,
  "status": "connected"
}