Get Taxpayer Info
GET
/api/v1/taxpayerRetrieve registered taxpayer information from Kenya Revenue Authority for the initialized device.
Requires x-api-key
http://localhost:8100/api/v1/taxpayer
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Required | Your Ushuru API key |
curl http://localhost:8100/api/v1/taxpayer \
-H "x-api-key: YOUR_API_KEY"