Toshl Developer

Get tag

Get a tag.

GET /tags/{id}

Required scope:

Parameters

id *
required
string

Tag id.

* denotes required field/parameter.

Request

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

Response

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

{
  "id": "42",
  "name": "coffee",
  "modified": "2012-09-04T13:55:15Z",
  "type": "expense",
  "category": "43",
  "count": 5,
  "deleted": 0
}