Get Taxpayer Info

GET/api/v1/taxpayer

Retrieve registered taxpayer information from Kenya Revenue Authority for the initialized device.

Requires x-api-key

http://localhost:8100/api/v1/taxpayer

Headers

FieldTypeRequiredDescription
x-api-keystringRequiredYour Ushuru API key
curl http://localhost:8100/api/v1/taxpayer \
  -H "x-api-key: YOUR_API_KEY"