Creates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product.
The name is the unique ID of the app that you can use in API calls. The DisplayName (set as an attribute) appears in the UI. If you don't set the DisplayName attribute, the name appears in the UI.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/developers/*}/apps
[[["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-07-02 UTC."],[[["This API creates an application associated with a developer, automatically generating an API key for use within specified API product proxies."],["The unique identifier for the application is the `name`, while the `DisplayName` attribute determines the application's presentation in the user interface."],["The HTTP request method is `POST`, directed to the URL `https://apigee.googleapis.com/v1/{parent=organizations/*/developers/*}/apps`, and follows gRPC Transcoding syntax."],["The `parent` path parameter is mandatory, structured as `organizations/{org}/developers/{developerEmail}`, and requires the `apigee.developerapps.create` IAM permission."],["The request and response body will be structured using instances of the `DeveloperApp` object."]]],[]]