Skip to main content
GET
/
v1
/
invoices
/
{invoiceId}
/
credit-report
Credit Usage Statement
curl --request GET \
  --url https://api.monk.com/v1/invoices/{invoiceId}/credit-report \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "pdfBase64": "JVBERi0xLjQKJcOk...",
    "filename": "credit-report-INV-2026-0042.pdf",
    "invoiceNumber": "INV-2026-0042",
    "summary": {
      "totalCredits": 1500,
      "totalCents": 48000,
      "entryCount": 3
    }
  }
}
Returns a PDF document or JSON data showing all credit usage entries associated with the invoice. This is a supplementary document for customers using prepaid credits.
ScenarioInvoice ShowsCredit Statement Shows
$0 invoice (fully covered)$0 dueAll credit consumption details
Partial creditsCredits as line deductionBreakdown by grant block
Audit/reconciliationTotal credits appliedEntry-level detail
Scope: invoices:read

Authorizations

Authorization
string
header
required

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

Path Parameters

invoiceId
string
required

The ID (UUID) of the invoice

Query Parameters

format
enum<string>
default:pdf

Response format: pdf returns base64-encoded PDF, json returns structured data only

Available options:
pdf,
json

Response

Credit usage statement

data
object

Credit usage statement for an invoice