Salesforce Connector Guide > Salesforce Connections > Endpoint URL for OData-enabled connections
  

Endpoint URL for OData-enabled connections

When you publish an OData-enabled connection, Application Integration generates an OData Service URL.
To view the URL, click Actions > Properties Detail. You can use the OData Service URL to view the details of the REST endpoint.
If you enable Cloud access to the OData endpoint URL, by default, the OData Service URL is generated for an Informatica Cloud endpoint. The OData Service URL uses the following format:
https://<Informatica Intelligent Cloud Services URL>/active-bpel/odata/v4/<connection_name>
You can also use the equivalent Secure Agent endpoint URL to access data from the OData service by changing the format as follows:
https://<host>:<port>/process-engine/odata/v4/<connection_name>/<schema_name>