get https://api.pngme.com/api/v1//features/public-institutions
Returns features indicating spend on public institutions. For each of the supported countries, change country in path for desired country.
Supported countries:
- Kenya
- Srilanka
- India
These features are:
- count_charity_events
- count_church_events
- count_government_events
- count_public_institutions_events
- count_school_events
- sum_of_charity_debits
- sum_of_church_debits
- sum_of_government_debits
- sum_of_public_institutions_debits
- sum_of_school_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.