/
Adding Links to Navigate Between the Store and Publisher

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Adding Links to Navigate Between the Store and Publisher

By default, there are no links in the UIs of the API Store and API Publisher applications to traverse between the two apps.

To add a link in the WSO2 API Publisher to the WSO2 API Store:

  1. Set the <DisplayURL> to true, and provide the URL of the Store in the <API-M_HOME>/repository/conf/api-manager.xml file.

    If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Publisher node/s.

    Example
    <APIStore>  
           <DisplayURL>true</DisplayURL>     
           <URL>https://<hostname>:9443/store</URL>
    </APIStore>
    • <hostname> - The hostname of the API Publisher node.
  2. Restart the WSO2 API-M server.
    Note that a URL that points to the API Store appears on the top, right-hand corner of the WSO2 API Publisher. 
    Example:

Related content