Skip to main content

Public API — Quick Reference

Authenticate by passing apikey=YourApiKeyToken in the query string.

Recent (24h)

curl -G "https://leadgencrypto.com/api" \  --data-urlencode "module=lead" \  --data-urlencode "action=viewRecentLeads" \  --data-urlencode "apikey=YOUR_API_KEY"

Returns the last 24 hours of leads assigned to your account.

Latest (with limit)

curl -G "https://leadgencrypto.com/api" \  --data-urlencode "module=lead" \  --data-urlencode "action=viewLatestLeads" \  --data-urlencode "limit=100" \  --data-urlencode "apikey=YOUR_API_KEY"

The server clamps limit to your plan maximum and errors clearly if exceeded.

Rate limits Typical defaults: 1 req/s, ~24/day (Free) and ~1500/day (Paid), with minimum call intervals (3600 s Free, 120 s Paid). Need more? Ask support.

Response shape See example in API Keys