Skip to main content

Get Journal

GET 

/api/qbo/journals/:id

Get a single QBO journal entry by ID.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

This document is pushed to QuickBooks by SKU's ledger, so the response includes reverse cross-link fields: ledger_entry_id and ledger_entry_reference identify the SKU ledger entry that pushed it, while sku_link_type, sku_link_id, sku_link_label, and sku_link_route point back to the originating SKU document. These are null when the document originated in QuickBooks rather than being pushed by SKU. Returns line_items (normalized line rows parsed from the stored QuickBooks payload) and detail_payload (the full raw QuickBooks payload); both are null until the document is re-synced from QuickBooks.

Also returns an amounts summary (subtotal, tax, total, balance, paid) and a tax_code on each line_items row.

Request

Responses

OK

Response Headers
    Content-Type