You need to sign in to do that
Don't have an account?
ChickenOrBeef
Exceeding daily API request limit - need to know source of requests
Hey everyone,
We've been exceeding our daily API requests limit (140,000). I checked the "API Usage - Last 7 Days" report, and it seems that the vast majority of the requests are under my name, but there's no "Client Id" associated with them. So I have no idea where they're coming from.
Is there any way to identify the source of those requests?
Thanks,
Greg
We've been exceeding our daily API requests limit (140,000). I checked the "API Usage - Last 7 Days" report, and it seems that the vast majority of the requests are under my name, but there's no "Client Id" associated with them. So I have no idea where they're coming from.
Is there any way to identify the source of those requests?
Thanks,
Greg
SELECT ApiType,ApiVersion,Application,AuthenticationServiceId,Browser,ClientVersion,Id,LoginGeoId,LoginTime,LoginType,LoginUrl,NetworkId,Platform,SourceIp,Status,UserId FROM LoginHistory WHERE UserId = <YourId>
-Andy
All Answers
SELECT ApiType,ApiVersion,Application,AuthenticationServiceId,Browser,ClientVersion,Id,LoginGeoId,LoginTime,LoginType,LoginUrl,NetworkId,Platform,SourceIp,Status,UserId FROM LoginHistory WHERE UserId = <YourId>
-Andy
I should execute that code in Execute Anonymous?
-Greg
Any idea why there's a difference there?
Thanks for all the help so far.
-Greg
Well, there is always the "nuclear option" - changing your password and security token, then stepping through the applications that SHOULD have access and reconnecting?
Thanks for the help, Andy!