- First, open your API in Studio.
-
Go to the Target tab.

- There are two sections here. The first is Root URLs — add as many target addresses as you need. With more than one URL, the gateway distributes requests randomly across your servers, giving you simple load balancing.
- Targets may use either http or https. The consumer-facing URL we issue for your API is always served over https.
- The second section is Secret Headers. Headers added here are attached to every request the gateway forwards to your server — useful for identification or security. They are never visible to API consumers.
API Studio
API Targeting
Connect the gateway to the servers that run your API.
After creating an API, point it at the servers that actually run it. The gateway acts as a reverse proxy: consumers never see your servers directly, while their requests are forwarded to them. Follow the steps below to define your targets.
