Get invoice history for the authenticated user's organization
CLIkajeet-sentinel billing invoices
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/invoice-history" \
-H "Authorization: Bearer $SENTINEL_TOKEN"
GET/v1.0/invoice-history/{invoiceId}/pdfRead-onlyPermalink ↗ Get invoice PDF details for a specific invoice
Parameters
invoiceIdpathstringrequired
Unique identifier of the invoice
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/invoice-history/INV-2026-0313/pdf" \
-H "Authorization: Bearer $SENTINEL_TOKEN"