This example response shows the API proxy's status is READY, indicating
a successful deployment.
If you get an empty response or an error, check that:
You used the correct base URL. Note that the hybrid base URL is not the same as the
Edge API's base URL. Use https://apigee.googleapis.com/v1.
You used the correct endpoint URL. Note that the revision is "1" and the endpoint is
/organizations/my_organization/environments/test/apis/myproxy/revisions/1/deployments. If you
specify a revision that doesn't exist, the request results in an empty response like the
following:
{ }
You have permissions to access the organization that you specify in the request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis documentation version (1.4) is end-of-life, and users should upgrade to a newer version for continued support and functionality.\u003c/p\u003e\n"],["\u003cp\u003eYou can check the deployment status of an API proxy by utilizing the Apigee APIs and following the steps outlined in this document.\u003c/p\u003e\n"],["\u003cp\u003eTo obtain an access token required to use the Apigee APIs, you need to export the \u003ccode\u003eGOOGLE_APPLICATION_CREDENTIALS\u003c/code\u003e variable to point to the correct JSON service account key file, and then use the \u003ccode\u003egcloud\u003c/code\u003e tool to generate a token using \u003ccode\u003egcloud auth application-default print-access-token\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe revisions API endpoint to check the status of an API proxy is \u003ccode\u003ehttps://apigee.googleapis.com/v1/organizations/my-organization/environments/test/apis/myproxy/revisions/1/deployments\u003c/code\u003e, which uses the \u003ccode\u003eGET\u003c/code\u003e method with the proper \u003ccode\u003eAuthorization\u003c/code\u003e header.\u003c/p\u003e\n"],["\u003cp\u003eA successful deployment of the API proxy will show a \u003ccode\u003e"state": "READY"\u003c/code\u003e in the response, while errors or incorrect parameters in the request can result in an empty response or an error.\u003c/p\u003e\n"]]],[],null,[]]