get https://api.pngme.com/api/v1//features/communication
Returns airtime/internet features. For each of the supported countries, change country in path for desired country.
All countries supported
These features are:
- count_airtime_purchase_events
- count_airtime_received_events
- count_internet_events
- sum_of_airtime_credits
- sum_of_airtime_debits
- sum_of_internet_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.