Invoice History

Invoice history and invoice PDF retrieval.

2 of 2

Filtering by query: /v1.0/invoice-history

GET/v1.0/invoice-historyRead-onlyPermalink ↗

Get invoice history for the authenticated user's organization

CLIkajeet-sentinel billing invoices

Parameters

No parameters.

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"

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.