The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via the UI or the API. View the list of API products to verify the internal name.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}
[[["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-09-03 UTC."],[[["\u003cp\u003eThis webpage provides information on retrieving configuration details for an API product using a GET request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires the internal name of the API product, which can be verified by viewing the list of API products.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL includes a path parameter \u003ccode\u003ename\u003c/code\u003e that specifies the organization and API product.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response contains an instance of \u003ccode\u003eApiProduct\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires a specific IAM permission (\u003ccode\u003eapigee.apiproducts.get\u003c/code\u003e) and the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apiproducts.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets configuration details for an API product.\n\nThe API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via the UI or the API. View the list of API products to verify the internal name.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ApiProduct](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts#ApiProduct).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]