Changelog
Updates to the public Parsel API.
2026-05-05
- Added the public Billing API: read invoices and line items via
GET /billing/invoices,GET /billing/invoices/{id}, andGET /billing/invoices/{id}/line_items. See Billing and invoicing for the resource model, integration walkthrough, and code samples in cURL, TypeScript, and Python; or jump to List invoices in the reference.