KRA Invoice Checker
GET
/api/v1/kra/invoice-checkerVerify invoice details via the KRA utility API. Pass query parameters as required by KRA.
Requires x-api-key
http://localhost:8100/api/v1/kra/invoice-checker
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Required | Your Ushuru API key |
curl "http://localhost:8100/api/v1/kra/invoice-checker" \
-H "x-api-key: YOUR_API_KEY"