You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
Now that you've created a new proxy, you're ready to test it.
You can test your "getstarted" API using
curl
or a web browser.
To test your new proxy:
- In a terminal window, execute the following
curl
command:curl https://org_name-test.apigee.net/getstarted
Where:
- org_name is the organization name that Apigee assigned to you when you created your Apigee account.
-test
is the environment. You deployed your new proxy to the "test" environment in Step 1: Create an API proxy./getstarted
is the Proxy Base Path.
For example:
curl https://ahamilton-eval-test.apigee.net/getstarted
Alternatively, you can navigate to "https://org_name-test.apigee.net/getstarted" in a browser.
You should receive the following response:
Hello, Guest!
If you get a timeout error or your test is unsuccessful, try undeploying and then redeploying the new API proxy in the test environment. For more information, see Deploying and undeploying an API proxy. If you continue to experience this issue, contact Apigee Edge Support.