Toshl Developer

List starting steps

Get all starting steps available for user.

GET /me/steps

Required scope:

Request

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

Response

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

[
  {
    "step": "signup",
    "completed": true
  },
  {
    "step": "bank",
    "completed": true
  },
  {
    "step": "budget",
    "completed": false
  },
  {
    "step": "budget_category",
    "completed": false
  },
  {
    "step": "notifications",
    "completed": false
  }
]