How to use a URL to navigate directly to a Product or API in the Developer Portal
You can navigate to a specific Product or API in the Developer Portal by
using x-ibm-name:version
in the URL.
To find a Product or API in the Developer Portal you
typically navigate there by searching in the UI, clicking on the relevant Product, and then
selecting the API. However, if you know the x-ibm-name:version
of your Product or API, you can insert that information into the URL to go there directly.
To navigate directly to a specific API, use the following URL
syntax:
portal.site.url/productselect/api_x-ibm-name:version
For
example:https://my.portal.com/myorg/sandbox/productselect/petstore-header-clientid:1.0.0
To navigate directly to a specific Product, use the following URL
syntax:
portal.site.url/product/product_x-ibm-name:version
For
example:https://my.portal.com/myorg/sandbox/product/my-product:1.0.0
To navigate directly to a specific API within a specific Product, use the following URL
syntax:
portal.site.url/product/product_x-ibm-name:version/api/api_x-ibm-name:version
For
example:https://my.portal.com/myorg/sandbox/product/my-product:1.0.0/api/petstore-header-clientid:1.0.0