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

API Resource Path: /apps
Client/consumer applications (apps) registered by developers or companies in an organization on the API Platform to consume provider APIs
Apps are APi consumer applications registered with an API provider's organization. Apps are registered with an organization to obtain credentials that enable access to one or more API products (or, a set of URIs). The default app profile can be extended by using custom attributes. Apps can be associated with developers (as developer apps) or with companies (company apps).
Get an app profileDetail
/apps/{app_id}
Verb:GET
Description:Gets an app by ID
Content Types:
application/json
text/xml
Auth:Basic Auth
Get apps by app familyDetail
/apps?appfamily={app_family}
Verb:GET
Description:List all apps in an app familty
Auth:Basic Auth
Get apps by statusDetail
/apps?status={status}
Verb:GET
Description:Returns all apps with the status of approved, revoked, or pending
Auth:Basic Auth
Get apps by typeDetail
/apps?apptype={app_type}
Verb:GET
Description:List all apps by app type (either company app or developer app)
Auth:Basic Auth
List apps by creation dateDetail
/apps?createdat={created_at}
Verb:GET
Description:List all apps created on the specified date
Auth:Basic Auth
List apps in an organizationDetail
/apps
Verb:GET
Description:Gets a list of app IDs in an organization
Auth:Basic Auth