Step 3: Call an API proxy (original) (raw)

Step 3: Call an API proxy

This page applies to Apigee and Apigee hybrid.

View Apigee Edge documentation.

In this step, you will test the API proxy you just created and deployed.

  1. In the Google Cloud console, go to the Apigee > Management > Environments page.
    Go to Environments
  2. Make sure the same Google Cloud project where you created the API proxy is selected from the dropdown at the top of the page.
  3. Select the Environment Groups tab.
  4. In the table, find the row for the environment group that contains the environment wheremyproxy is deployed. The hostname appears in the Host Names column of this row. For example: mydomain.com.
  5. Call the API proxy. The way you call the proxy depends on whether your Apigee instance is configured for external or internal network access. If you aren't sure how your Apigee instance is configured, contact your Apigee administrator.
  6. A successful call to the proxy returns the following output:
    Hello, Guest!

If you get an error, check the following:

In the next step, you will change the target endpoint of the API proxy.

1

2

3

(NEXT) Step 4: Change the target endpoint

5

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-06-18 UTC.