{ "info": { "_postman_id": "38dcacb9-7ace-4371-8c98-2d503d35b215", "name": "Pennylane Company Account E-Invoicing 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:35:01.000Z", "updatedAt": "2026-07-28T02:35:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-38dcacb9-7ace-4371-8c98-2d503d35b215" }, "item": [ { "name": "pa_registrations", "item": [ { "name": "List PA (Plateforme Agr\u00e9\u00e9e) registrations", "id": "6cf5fa5e-f536-487b-9dd3-b45d889d5751", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/pa_registrations", "host": [ "{{baseUrl}}" ], "path": [ "pa_registrations" ] }, "description": "Returns all PA registrations for the company, including activation status and exchange direction, for French e-invoicing onboarding. Requires scope: pa_registrations:readonly." }, "response": [ { "id": "ca19987b-6088-40cb-8540-39b84c9108db", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/pa_registrations", "host": [ "{{baseUrl}}" ], "path": [ "pa_registrations" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:35:02.000Z", "updatedAt": "2026-07-28T02:35:02.000Z", "uid": "35240-ca19987b-6088-40cb-8540-39b84c9108db" } ], "createdAt": "2026-07-28T02:35:02.000Z", "updatedAt": "2026-07-28T02:35:02.000Z", "uid": "35240-6cf5fa5e-f536-487b-9dd3-b45d889d5751" } ], "id": "56cd3f4a-f627-4a3a-ad21-00a26c9866ea", "createdAt": "2026-07-28T02:35:02.000Z", "updatedAt": "2026-07-28T02:35:02.000Z", "uid": "35240-56cd3f4a-f627-4a3a-ad21-00a26c9866ea" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://app.pennylane.com/api/external/v2" } ] }