Last Time a Subscriber used API's

Not applicable

Would it be possible to do a quick search in Apigee to find the last time a subscriber used the API

What I am looking for is a list of users that have never used the API so that we can deactivate them every 90 days etc.

Thanks in Advance,

Satheesh.K

1 3 221
3 REPLIES 3

@kumarsathe , You mean developers ?

Yes, developers

Hi @kumarsathe

You can use analytics APIs to get the developer statistics.

Please check the documentation for the same here

Getting the number of API calls per month.

To get developer access details use this request:

https://api.enterprise.apigee.com/v1/o/{org_name}/environments/{env_name}/stats/devs?timeRange=08/01... 00:00~10/30/2016 00:00&select=message_count

In time range you can give the 90 days period.

Hope this helps!