Karia
Guides

Invoices

Retrieve invoice collections and individual invoice records

Invoice Guide

The invoice endpoints are focused on retrieval, making them useful for listing invoices and drilling into a specific invoice record.

Primary Workflow

  1. List invoices with GET /organisation/{orgId}/workspace/{workspaceId}/invoice.
  2. Fetch a single invoice with GET /organisation/{orgId}/workspace/{workspaceId}/invoice/{invoiceId}.

Reference

Covered Operations

  • GET /organisation/{orgId}/workspace/{workspaceId}/invoice
  • GET /organisation/{orgId}/workspace/{workspaceId}/invoice/{invoiceId}

On this page