After you create a managed API, you can view API details, including the API URL and the Swagger or WSDL URL, depending on the type of service from which you create the managed API.
Copy the URL of the managed API and provide it to API consumers to invoke the API. Copy the Swagger or WSDL URL and use it to view API metadata.
1In the API Registry page, click to select a managed API, or click to open the Actions menu and select View API Details.
The API details window appears and displays relevant details.
Note: API Manager Service Name is the Application Integration Process Unique Name, not the process name. The unique name differs from the process name when there are spaces or special characters in the process name, or when the same process name is given to processes in different folders in the Informatica Cloud organization.
2To obtain the URL of the API, click Copy URL.
Alternatively, you can obtain the API URL directly from the API Registry page. Perform the following actions:
aSelect a managed API.
bClick to open the Actions menu, and select Copy URL.
The URL is copied to the clipboard.
3To obtain the URL to view metadata details for the managed API, in the API details window, select the available option:
- For a REST API, click Copy Swagger URL.
- For a SOAP API, click Copy WSDL URL.
The URL is copied to the clipboard.
4Use one of the following methods to view metadata details for the managed API:
- If the managed API uses anonymous or basic authentication, paste the URL in your browser.
- If the managed API uses OAuth 2.0 or JSON Web Token (JWT) authentication, copy the URL to an application or service that supports token authentication such as Postman or SoapUI.