Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Sign in to the API Manager's Management Console (https://<hostname>:9443/carbon).
  2. Navigate to the Main menu, and click Browse, which is under the Resources tab.
  3. Enter the following path in the Location: text-box and click Go.
    /_system/config/apimgt/applicationdata/tenant-conf.json
  4. In the Contents panel, click the Edit as text link and the tenant-conf.json file opens.
  5. To enable monetization categories for APIs, set the EnableMonetization property to true. By default, it is set to false.
  6. Define the subscription tiers as required.
    For example if you are working with the unlimited tier,
    • To define the unlimited tier as paid, set the IsUnlimitedTierPaid property to true. 
    • To define the unlimited tier as free, set the IsUnlimitedTierPaid property to false. 
    Tip

    As Freemium APIs has a combination of paid and free subscription tiers, the configuration involved in defining the subscription tiers will be the same as above. However, Freemium APIs need to have a minimum of one subscription defined as paid and free.

  7. After the edits, click Save Content.

...