1. SAP Help Portal
SAP Integration Suite
Understanding API Proxies: "An API proxy is an intermediary for a backend service that you want to expose... The API proxy then redirects the request to the backend service. The backend service is also referred to as a target endpoint." This supports that the target endpoint is the backend service provided by the API provider (A).
2. SAP Help Portal
SAP Integration Suite
Target Endpoint: "A TargetEndpoint configuration configures the URL for the backend service and defines how an API proxy connects to that backend service." This directly confirms that the URL of the original API (E) is a key component of the target endpoint.
3. SAP Help Portal
SAP Integration Suite
Chaining API Proxies: "API proxy chaining is invoking one API proxy from another. You can implement proxy chaining when you have an API proxy that needs to call another API proxy... To chain proxies
you use a local target connection to make a request from one proxy to another..." This confirms that an API proxy (D) can be a target endpoint.