...
- Log in to the API Manager's Management Console.
- Navigate to the Main menu, and click Browse > Resources, which is under the Resources tab.
- Select the file: Enter the following path in the Location: text-box and click Go.
/_system/config/apimgt/applicationdata/tenant-conf.json
- In the Contents panel, click the Edit as text link and the
tenant-conf.json
file opens. - To enable monetization categories for APIs, set the
EnableMonetization
property to true. By default, it is set to false. - To define if the unlimited tier is paid, set the
IsUnlimitedTierPaid
property to true. Alternatively, if the unlimited tier is free, set it to false. - After the edits, click Save Content.
...