Toshl Developer

Generate token/connect url to reauth a connection

For plaid use token, for saltedge use connect_url.

POST /bank/connections/{id}/reauth

Required scope:

Parameters

id *
required
string

Connection id.

theme
optional
string

Theme to use during reauth.

Possible values: light, dark

* denotes required field/parameter.

Request

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

Response

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

{
  "token": "plaid-token"
}