Toshl Developer

Apps

Apps endpoint can be used to see users connected apps.

Resource representation

{
  "id": "42",
  "title": "Barclays bank data importer",
  "author": "Barclays",
  "description": "Connect your Barclays bank account to Toshl.",
  "website": "http://barclays.toshl.com",
  "icon": "http://barclays.toshl.com/icon.png",
  "scope": ["user:r", "entries:rw"]
}

Properties

id
readonly
string

App id.

title
readonly
string

App title.

author
readonly
string

App author.

description
readonly
string

App description.

website
readonly
string

App website.

Format: uri
icon
readonly
string

App icon.

Format: uri
scope
readonly
array

App scope.

Possible values: user:r, user:rw, entries:r, entries:rw, budgets:r, budgets:rw, accounts:r, accounts:rw, images:r, images:rw, categories:r, categories:rw, tags:r, tags:rw, locations:r, locations:rw

* denotes required field/parameter.