How do I revoke apikey on the basis of apps name?

pxzxz1
New Member

Hello Apigeeks

Any advises from apigeeks on this?

0 3 211
3 REPLIES 3

You cannot get the apikey from the developer name. There is a many-to-one relationship between API Key and developer name. In fact the relationship is:

1 Developer , many "developerapps"

1 developerapp, many keys

So, given a single developer name, it is not possible in a general way to determine THE apikey. On the other hand, the opposite is easy. Given an apikey, it's easy to retrieve the developer name (and email, and etc).

What does the /login request/response look like ?

What credentials get passed in that message?

How do you expect Apigee to validate them?

is there a user authentication here? (user of the app, as distinct from the developer of the app) If so, explain that please?

Not clear in understanding your use case(need more clarity/flow)..but see if below helps you..

Use developer name to fetch related app's

https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/developers/%7Bdeveloper_...

Use app details to fetch key details

https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/developers/%7Bdeveloper_...

Hi Vinay

This example is still making changes to the URL. Is there another solution?