get https://api.pngme.com/api/v1//features/financial
Returns financial features. For each of the supported countries, change country in path for desired country.
Supported countries:
- Kenya
- Uganda
- Srilanka
- India
- Nigeria
These features are:
- count_financial_events
- count_insurance_events
- count_investment_events
- count_sacco_events
- count_salary_events
- count_service_events
- sum_of_financial_debits
- sum_of_insurance_debits
- sum_of_investment_debits
- sum_of_sacco_debits
- sum_of_salary_credits
- sum_of_service_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.