{ "info": { "_postman_id": "e8b97c35-0c54-4e12-a0fc-cdb0676cc6df", "name": "Pennylane Company Account Products API", "description": "Pennylane is a French financial and accounting operating system for SMEs and accounting firms. The Company API (v2) lets companies, firms, and integration partners access and sync invoicing, accounting, banking, and financial data, and automate end-to-end workflows. V2 is the stable version; V1 is deprecated.\n\nContact Support:\n Name: Pennylane API Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:36:33.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-e8b97c35-0c54-4e12-a0fc-cdb0676cc6df" }, "item": [ { "name": "products", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a product", "id": "6e5fee22-8653-4a22-be62-1cdde50af68a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "products", ":id" ], "variable": [ { "id": "7ce96e92-daa4-406b-a5ef-d04fd621fbb6", "key": "id", "value": "", "description": "(Required) Internal Pennylane resource id (v2 uses internal ids only, not source_id)." } ] } }, "response": [ { "id": "39680a17-9a5a-4639-a44d-6cb9eeb697da", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "products", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-39680a17-9a5a-4639-a44d-6cb9eeb697da" } ], "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-6e5fee22-8653-4a22-be62-1cdde50af68a" }, { "name": "Update a product", "id": "de4547d1-b1a5-41fd-b967-d5f91028f3e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "products", ":id" ], "variable": [ { "id": "66c94958-479e-4e07-9a63-d3626041834e", "key": "id", "value": "", "description": "(Required) Internal Pennylane resource id (v2 uses internal ids only, not source_id)." } ] } }, "response": [ { "id": "12648007-a650-452b-8629-345272f28da7", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "products", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-12648007-a650-452b-8629-345272f28da7" } ], "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-de4547d1-b1a5-41fd-b967-d5f91028f3e9" } ], "id": "456acbfe-b454-4e6f-92b6-5b1804d40704", "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-456acbfe-b454-4e6f-92b6-5b1804d40704" }, { "name": "List products", "id": "c1033127-7c2c-46d5-bdb4-98e806489f74", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/products", "host": [ "{{baseUrl}}" ], "path": [ "products" ] }, "description": "Requires scope: products:readonly or products:all." }, "response": [ { "id": "32ff490b-3ef7-4b45-b280-d4fa5d05f88e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/products", "host": [ "{{baseUrl}}" ], "path": [ "products" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-32ff490b-3ef7-4b45-b280-d4fa5d05f88e" } ], "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-c1033127-7c2c-46d5-bdb4-98e806489f74" }, { "name": "Create a product", "id": "e1228f27-d699-4c2a-9ac8-ce1635158961", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/products", "host": [ "{{baseUrl}}" ], "path": [ "products" ] }, "description": "Requires scope: products:all." }, "response": [ { "id": "0297db1f-90e9-4590-acc8-beb579f1705d", "name": "Created", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/products", "host": [ "{{baseUrl}}" ], "path": [ "products" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-0297db1f-90e9-4590-acc8-beb579f1705d" } ], "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-e1228f27-d699-4c2a-9ac8-ce1635158961" } ], "id": "97626518-f5f2-4523-90b7-b3d675e311fa", "createdAt": "2026-07-28T02:36:34.000Z", "updatedAt": "2026-07-28T02:36:34.000Z", "uid": "35240-97626518-f5f2-4523-90b7-b3d675e311fa" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://app.pennylane.com/api/external/v2" } ] }