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.
You can customize the URLs of managed APIs and custom APIs so that the API domain name replaces the Informatica domain name as the base URL of the API. For more information, see
Customized API URLs.
On AWS, you can customize domain names in API Manager.
In 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.
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.
To 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:
Select a managed API.
Click to open the Actions menu, and select
Copy URL
.
The URL is copied to the clipboard.
To 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.
Use 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.