get https://api.pngme.com/api/v1//features/supermarkets
Returns supermarket features. For each of the supported countries, change country in path for desired country.
Supported Countries:
- Kenya
- Uganda
These features are:
- count_carrefour_events
- count_naivas_events
- count_quickmart_events
- count_supermarket_events
- sum_of_carrefour_debits
- sum_of_naivas_debits
- sum_of_quickmart_debits
- sum_of_supermarket_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.