How to associate an exiting developer app to a existing company

Hi

How to associate an exiting developer app to a existing company by using Management API?

I don't see such an API exist.

Thanks

0 1 69
1 REPLY 1

Hi @hanzhang,

Apps registered by API providers on Apigee Edge can belong to individual developers ('developer apps') or to groups of developers ( 'company apps').

A developer app is an app that belongs to a single developer.

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

An app associated with a company is called a company app.

API Resource Path: /companies/{company_name}/apps

Since we can depict from the resource path of a developer app and a company app, it is not possible to associate an existing developer app to an existing company.