Get QBO invoices (raw data)

Retrieve QuickBooks Online invoices as raw QBO data. This endpoint returns unmodified QBO invoice structure without mapping to internal Invoice schema IDs.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
Entity ID

Response

Raw QBO invoice data
successboolean
datalist of any

Raw QBO invoice objects (structure varies by QBO API)

metaobject
Metadata about the invoice data

Errors

400
Bad Request Error
404
Not Found Error