Toshl Developer

List available settings

Get all users settings.

GET /me/settings

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
since
optional
string

Return all tags that were modified since timestamp.

Format: date-time
settings
optional
string

Comma separated list of setting ids to return.

* denotes required field/parameter.

Request

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

Response

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

[
  {
    "id": "notification_due_email",
    "value": true,
    "modified": "2012-09-04T13:55:15Z"
  }
]