Toshl Developer

List connected apps

Get all users connected apps.

GET /me/apps

Required scope:

Parameters

page
optional
integer

Page to display, used for pagination.

Minimum: >= 0
Default value: 0
per_page
optional
integer

Number of resource objects to return.

Minimum: >= 10
Maximum: =< 500
Default value: 200

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/me/apps \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

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

[
  {
    "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"]
  }
]