Skip to content

Manage Tags

To create a thriving marketplace environment on the API Manager platform, you can add tags to the Marketplace. These tags will help users who are developing APIs to onboard their APIs and select an appropriate tag that represents their API. Meanwhile, users who wish to consume the APIs can find APIs using tags, hence enabling easy discoverability of the APIs.

For example, if you offer banking services, you can use tags like "account management" and "payments" in the Marketplace. Then API developers can select the "account management" tag when adding their account management-related APIs. Users seeking banking APIs can easily locate them by filtering with the "account management" tag.

The flow chart explains marketplace tags.

flowchart RL
    subgraph Marketplace_Tags
        direction LR
                 Credit_Cards
                    Loans
    end
    subgraph APIs
        direction RL
                    EMIs
                    Total_Outstanding
                    Overdue_Amount 

                    Personal
                    Home
                    Business
    end
    EMIs --> Credit_Cards
    Total_Outstanding --> Credit_Cards
    Overdue_Amount --> Credit_Cards
    Personal --> Loans
    Home --> Loans
    Business --> Loans

Create a new tag

You can create, edit, and delete tags in the Admin Console. Additionally, you can see how many APIs use a specific tag. Follow the below steps to create a new tag.

  • In order to create a new tag, go to the Marketplace Tags in the sidebar of your Admin Console and click on it.

Accessing Marketplace Tags

  • The Marketplace Tags window like the following will open.

Marketplace Tags Table

  • Now, to create a new tag, go to the Create Tag button and click on it.

Create a New Tag Button

  • Enter the name of your new tag in the popup shown.

New Tag Popup

  • Simply enter the tag name.
  • Then, click the Create button.

Once the tag has been created it will in the tags' table.

New Tag in the Table

The tag has been created successfully. You can use it to group APIs in the API Manager. To learn how to use tags, go to the Manage APIs section of the API Manager.

Edit title of the tag

Want to edit the name of your tag? Follow the below steps.

  • Go to the Marketplace Tags in your Yappes Admin Console.

Accessing Marketplace Tags

  • Then, look for your tag in the table available. Or you can use the Search bar to find your tag quickly.

Searching the Tag

  • Once you have found your tag, go to the Edit column and click

Edit a Tag

  • Change the name.
  • Then, click the Update button.

Editing the Tab Popup

  • The updated tag will start to reflect its changes in the tags table.

Updated Tags in the Table

Deleting a tag

Want to delete a tag(s)? Follow the below steps to learn how to do that.

  • Go to the Marketplace Tags in your Yappes Admin Console.

Accesing Marketplace Tags

  • Then, look for your tag in the table available. Or you can use the Search bar to find your tag quickly.

Searching the Tag

  • Once you find your tag, click the in the Delete column.

Delete a Tag

  • Click on Delete to confirm the deletion in the popup shown.

Confirm Tag Deletion

  • Once the tag has been deleted, it will be removed from the tags table.

Note

You can only delete the tag if it's not already used by the APIs in the API Manager. Go to the Manage APIs section to learn how to stop using a tag.