[[["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-04 UTC."],[[["\u003cp\u003eThis endpoint retrieves details for a specific developer app using a \u003ccode\u003eGET\u003c/code\u003e request to a URL with gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required and defines the developer app's identifier in the format \u003ccode\u003eorganizations/{org}/developers/{developerEmail}/apps/{app}\u003c/code\u003e, with specific IAM permissions needed for access.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003equery\u003c/code\u003e and \u003ccode\u003eentity\u003c/code\u003e, used together, allow for counting the API resources approved for access by the specified developer app.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this endpoint must be empty, and it accepts no input in the body.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return an instance of \u003ccode\u003eDeveloperApp\u003c/code\u003e in the response body, and it requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.developers.apps.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturns the details for a developer app.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{name=organizations/*/developers/*/apps/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query 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 [DeveloperApp](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers.apps#DeveloperApp).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]