get https://api.pngme.com/api/v1//features/restaurants
Returns features indicating spend in restaurants. For each of the supported countries, change country in path for desired country.
Supported countries:
- Kenya
- Srilanka
- India
These features are:
- count_bar_and_restaurant_events
- count_chickeninn_events
- count_creamyinn_events
- count_galitos_events
- count_java_events
- count_kfc_events
- count_pizzainn_events
- sum_of_bar_and_restaurant_debits
- sum_of_chickeninn_debits
- sum_of_creamyinn_debits
- sum_of_galitos_debits
- sum_of_java_debits
- sum_of_kfc_debits
- sum_of_pizzainn_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.