Get invoice detail

Returns the line-item breakdown for a single invoice, looked up by the invoice ID returned from listInvoices. Requires a user JWT; API keys are not authorized.

get/spaces/{space_id}/invoices/{invoice_id}

Path parameters

space_idstring required

Ghost space ID.

invoice_idstring required

Invoice ID returned from listInvoices.

Response

Invoice detail

Changes

Changed in 5 of the 21 revisions of this API.122