Get Stock Items

GET/api/v1/stock/items

List stock items registered with Kenya Revenue Authority.

Requires x-api-key

http://localhost:8100/api/v1/stock/items

Headers

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