1
Integration
4
Endpoints
Available integrations
QuickBooks (Alpha)
Create an Invoice
Creates a new invoice for the given company. QuickBooks uses JSON and REST with access tokens from OAuth 2.0 in the Authorization header. Refer to API Explorer for full invoice fields. :contentReference[oaicite:2]{index=2}
Delete (hard delete) Invoice
Deletes the invoice by ID using a delete operation. QuickBooks uses a POST with `operation=delete`. :contentReference[oaicite:4]{index=4}
Get Invoice by ID
Query Invoices
Query invoices using QuickBooks Online SQL-like query language. Example: `?query=SELECT * FROM Invoice`. :contentReference[oaicite:3]{index=3}