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:
- Subscription Locator — The Subscription Locator of the Organization you want to access. To find Subscription Locators for your organizations use the
GET /v1/userinfo
method to return a list of all of the organizations for your OAuth Token with their Subscription Locators. You can use 0 as the Subscription Locator for the organization that owns the OAuth token. - App ID — ID of the app to be accessed, which can be retrieved using the
GET /v1/subscriptions/{subscriptionLocator}/apps
method.
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.