v1

latestOpenAPI 3.1.02026-08-0658107212.4 KB
Items

List All Items

Returns a list of all your items.

get/items.json

Query parameters

api_keystring required
Example:YOUR_API_KEY

Your API Key.

pageinteger
Example:1

You can ask for a specific page of results. Defaults to 1.

per_pageinteger
Example:30

You can specify how many results you want to fetch. Defaults to 10 or value defined in account settings (10, 20 or 30).

Response

SUCCESS

Example response

{
  "items": [
    {
      "id": 402322,
      "name": "Large",
      "description": "foo",
      "unit_price": 24.3902,
      "unit": "service",
      "tax": {
        "name": "IVA23",
        "value": 23,
        "comment": "tax value:23.0%"
      }
    }
  ]
}