KRA VAT Exemption Check
GET
/api/v1/kra/vat-exemptionCheck VAT exemption status for a PIN. Query: pin.
Requires x-api-key
http://localhost:8100/api/v1/kra/vat-exemption
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Required | Your Ushuru API key |
curl "http://localhost:8100/api/v1/kra/vat-exemption?pin=A000000000Z" \
-H "x-api-key: YOUR_API_KEY"