get https://api.pngme.com/api/v1//features/food
Returns features indicating buying food or food products. For each of the supported countries, change country in path for desired country.
Supported countries:
- Kenya
- Srilanka
- India
These features are:
- count_catering_events
- count_food_events
- count_food_processor_and_distributor_events
- count_food_store_events
- sum_of_catering_debits
- sum_of_food_debits
- sum_of_food_processor_and_distributor_debits
- sum_of_food_store_debits
The user is identified by providing one of user_uuid
, phone_number
, or external_id
.
To retrieve a subset of features, provide a list of feature names in the features
query parameter. To retrieve all features, omit the features
query parameter.