API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path:/companies/{company_name}/apps |
| An app associated with a company |
| An application can be associated with a company in the same way that an app can be associated with a developer. An app associated with a company is called a company app. For more background information, see companies for a description of the distinction between organization developers and company developers. Also see Apps for details on the Developer Apps API. |
| Create app for a company | Detail | |
/companies/{company_name}/apps | ||
| Verb: | POST | |
| Description: | Creates an App for a Company | |
| Auth: | Basic Auth | |
| Delete a company app | Detail | |
/companies/{company_name}/apps/{app_name} | ||
| Verb: | DELETE | |
| Description: | Deletes a company app | |
| Auth: | Basic Auth | |
| Get count of API Resources for Company App | Detail | |
/companies/{companyName}/apps/{appname}?query=count&entity=apiresources | ||
| Verb: | GET | |
| Description: | Gets the count API Resources for a Company App | |
| Auth: | Basic Auth | |
| List company apps | Detail | |
/companies/{company_name}/apps | ||
| Verb: | GET | |
| Description: | List Company Apps in an Organization | |
| Auth: | Basic Auth | |
| List Company Apps (Expanded) | Detail | |
/companies/{company_name}/apps?expand=true | ||
| Verb: | GET | |
| Description: | Gets an expanded list Company Apps | |
| Auth: | Basic Auth | |
| Update a Company App | Detail | |
/companies/{company_name}/apps/{app_name} | ||
| Verb: | PUT | |
| Description: | Updates an existing Company App | |
| Auth: | Basic Auth | |
| Update a company app with an additional API product | Detail | |
/companies/{company_name}/apps/{app_name}/keys/{consumer_key} | ||
| Verb: | POST | |
| Description: | Update existing app key with an API product. | |
| Content Types: |
application/json
text/xml
| |
| Auth: | Basic Auth | |
| Update Company App | Detail | |
/companies/{company_name}/apps/{app_name} | ||
| Verb: | PUT | |
| Description: | Updates an existing company app with a new profile | |
| Auth: | Basic Auth | |