Toshl Developer

List of share statments

Get list of share statements.

GET /me/shares

Required scope:

Parameters

type *
required
string

Share type

Possible values: register, payment, infographic

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/me/shares?type=payment \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

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

[
  {
    "id": "42",
    "text": "Toshl. I just signed up. Tracks expenses. Saves money. Makes short sentences. Nice.",
    "type": "payment"
  }
]