AC
Acme Co. ↓
API keys
Programmatic access to the LeadGen AI Suite API
Active keys
| Name | Prefix | Scope | Created | Last used | |
|---|---|---|---|---|---|
| Production · backend | lg_live_8sK2··· | read · write | Mar 12, 2026 | 2m ago | |
| Reporting pipeline | lg_live_3pQ8··· | read-only | Feb 4, 2026 | 14m ago | |
| Staging | lg_test_9vR1··· | read · write | Apr 28, 2026 | 3h ago | |
| One-off · Alex laptop | lg_test_4mN2··· | read · write | May 18, 2026 | 2d ago |
Rate limits
Reads / second100
Writes / second20
Bulk endpoints5 / minute
Concurrent connections25
Rate limit response: 429 with Retry-After header.
Example request
# Authenticate with bearer token curl -X GET https://api.leadgenaisuite.example/v4/leads \ -H "Authorization: Bearer lg_live_8sK2..." \ -H "Content-Type: application/json" # Response { "data": [...], "pagination": { "next_cursor": "..." } }