GET/v1.0/invoice-history/{invoiceId}/pdfRead-only

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"

Try this operation in the interactive explorer →