{ "info": { "_postman_id": "204be095-0fd9-4b0a-bf36-bf022de00b50", "name": "bexio Accounting Items API", "description": "REST API for bexio, the Swiss cloud business-management platform (accounting, invoicing, contacts, projects, payroll). All endpoints are served over HTTPS under https://api.bexio.com/2.0. JSON is the data-interchange format. Authentication is OAuth 2.0 Authorization Code (OpenID Connect) or a Personal Access Token (PAT); both are presented as a Bearer token. This document is modeled from the public documentation, not a first-party spec.\n\nContact Support:\n Name: bexio Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:12:46.000Z", "updatedAt": "2026-07-28T01:12:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-204be095-0fd9-4b0a-bf36-bf022de00b50" }, "item": [ { "name": "article", "item": [ { "name": "List items / products (Artikel)", "id": "1ba846b5-f0c5-459e-8393-3f64f8f089ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/article?limit=500&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "article" ], "query": [ { "description": "Page size. Default 500, maximum 2000.", "key": "limit", "value": "500" }, { "key": "offset", "value": "0" } ] } }, "response": [ { "id": "7074ffd8-ded2-4fec-a871-5a6befa5fd2a", "name": "A list of items.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/article?limit=500&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "article" ], "query": [ { "description": "Page size. Default 500, maximum 2000.", "key": "limit", "value": "500" }, { "key": "offset", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:12:47.000Z", "updatedAt": "2026-07-28T01:12:47.000Z", "uid": "35240-7074ffd8-ded2-4fec-a871-5a6befa5fd2a" } ], "createdAt": "2026-07-28T01:12:47.000Z", "updatedAt": "2026-07-28T01:12:47.000Z", "uid": "35240-1ba846b5-f0c5-459e-8393-3f64f8f089ec" }, { "name": "Create an item / product", "id": "4495d8b3-f94b-4499-8456-077c15c04f02", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"intern_name\": \"\",\n \"intern_code\": \"\",\n \"sale_price\": \"\",\n \"purchase_price\": \"\",\n \"currency_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/article", "host": [ "{{baseUrl}}" ], "path": [ "article" ] } }, "response": [ { "id": "52429b14-c80e-430e-98c0-97112331dffe", "name": "The created item.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"intern_name\": \"\",\n \"intern_code\": \"\",\n \"sale_price\": \"\",\n \"purchase_price\": \"\",\n \"currency_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/article", "host": [ "{{baseUrl}}" ], "path": [ "article" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:12:47.000Z", "updatedAt": "2026-07-28T01:12:47.000Z", "uid": "35240-52429b14-c80e-430e-98c0-97112331dffe" } ], "createdAt": "2026-07-28T01:12:47.000Z", "updatedAt": "2026-07-28T01:12:47.000Z", "uid": "35240-4495d8b3-f94b-4499-8456-077c15c04f02" } ], "id": "3429fd75-e155-4298-9049-6b1ba8bdeb6a", "createdAt": "2026-07-28T01:12:47.000Z", "updatedAt": "2026-07-28T01:12:47.000Z", "uid": "35240-3429fd75-e155-4298-9049-6b1ba8bdeb6a" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.bexio.com/2.0" } ] }