Viewing App Endpoints with the API

Apps can have public endpoints, which are accessible from a public URL, or TIBCO Cloud™ Mesh (private) endpoints, which are not publicly accessible. Use the API to return a list of both public and private endpoints for an app.

To view app endpoints you need the following: 

Call the GET /v1/subscriptions/{subscriptionLocator}/apps/{appId}/endpoints method to return all endpoints for the selected app.

TIBCO Cloud Integration - Connect has a separate API that allows you to manage objects for that capability. For more information on viewing endpoints for TIBCO Cloud Integration - Connect apps, see the help for GET ​/v1​/orgs​/{orgId}​/endpoints under Organizations in the TIBCO Cloud Integration - Connect Developer Portal.

Related Topics

Managing Apps with the TIBCO Cloud™ Integration API

Updating App Endpoints with the API