get https://api.pngme.com/api/v1//features/health
Returns features indicating spend on health. For each of the supported countries, change country in path for desired country.
Supported countries:
- Kenya
- Uganda
- Srilanka
- India
These features are:
- count_health_events
- count_healthcare_events
- count_hospital_events
- count_pharmaceutical_events
- count_specialist_events
- sum_of_health_debits
- sum_of_healthcare_debits
- sum_of_hospital_debits
- sum_of_pharmaceutical_debits
- sum_of_specialist_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.