API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /developers/{developer_email}/apps

Lists all apps created by a developer in an organization

Verb: GET

Auth: Basic Auth

Returns an array of all apps registered for a specified developer. For each app owned by the developer the full profile detail is provided.

Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/developers/{developer_email}/apps
Sample Response:
[ "weatherapp", "weatherapp_prod" ]
Errors
{
  "code" : "developer.service.DeveloperDoesNotExist",
  "message" : "Developer named ntesla@theramin.com does not exist in organization apiProvider",
  "contexts" : [ ]
}
Last updated: about 1 month ago