Viewing App Endpoints

To view the endpoint of an app:

  1. Log in to the TIBCO Cloud™ Integration server.
  2. Click the Apps tab.
  3. Click the app whose endpoint you want to view.
  4. Click the Endpoints tab. All endpoints are shown.

For public and TIBCO Cloud Mesh endpoints:

Accessing Endpoints Using OAuth Access Tokens

TIBCO Cloud Mesh endpoints are not publicly visible, but they can be accessed with an OAuth access token.

You can generate an OAuth token in TIBCO Cloud™. Access tokens are time-limited, revocable, Bearer security tokens allowing access to specific domains. They are passed in each REST request in the authorization header by using the Bearer scheme. For more information, see OAuth Access Tokens.

For example, the following REST call using curl passes an OAuth token in an authorization header to access an endpoint:

curl -X GET "https://integration.cloud.tibcoapps.com/extercom/gsbc/01EV73S4BGTC596M2FB8PYRMXQ/tci/csq64ekzihqnzuomkqu7evg7emkrdlqt/book1/1?query1=david" -H "accept: application/json" -H "Authorization: Bearer CIC~Rk9xZC44-cModboJ6McMFE5D"

Role Requirements

Related Topics

Apps Page