Have you checked the API log?
API runs on apache. Thus the apache log should contain the IP of the requester. Luckily apache shows the full URL "GET" data (but not POST data), so you can actually search the apache logs for the lead ID and should be able to zoom right in on what you need.
- Code: Select all
cd /var/log/apache2; grep 55555 * -Rin
Replace 55555 with the actual lead id of your test lead.
Next time you give out the API information to someone, use the "source=" field for the company name to save yourself the effort. Then it'll be in the API log.