Add new apikey to app using API..

I am trying to automate management of a single developer app with tens of apikeys using the management api.

 

I learned that I can PUT a key to https://api.enterprise.apigee.com/v1/organizations/{org_name}/developers/{developer_email}/apps/{app... which results in a new key plus assigned product being added to the app.

 

The challenge here: this endpoint returns the full updated app including all keys. As my app has multiple keys already from this response I cannot make up which new key was just added(!)

 

My question: does an endpoint exist to add an apikey to an app and as response get that new apikey back?

 

/organizations/{org_name}/developers/{developer_email}/apps/{app_name}/keys/create appears to be for importing custom keys only, am I overlooking so

1 0 64
0 REPLIES 0