[[["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-28 UTC."],[[["\u003cp\u003eThis endpoint retrieves the profile of a specific application using its ID.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003eGET\u003c/code\u003e, and the URL follows gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter, in the format \u003ccode\u003eorganizations/{org}/apps/{app}\u003c/code\u003e, is required to identify the app.\u003c/p\u003e\n"],["\u003cp\u003eNo request body is needed; the request body must be empty.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return an \u003ccode\u003eApp\u003c/code\u003e resource in the response body, and the \u003ccode\u003eapigee.apps.get\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope are necessary for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.apps.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 the app profile for the specified app ID.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{name=organizations/*/apps/*}`\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 [App](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apps#App).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]