AC
Acme Co.
?
AP
Alex Park Owner
Active keys
NamePrefixScopeCreatedLast used
Production · backendlg_live_8sK2···read · writeMar 12, 20262m ago
Reporting pipelinelg_live_3pQ8···read-onlyFeb 4, 202614m ago
Staginglg_test_9vR1···read · writeApr 28, 20263h ago
One-off · Alex laptoplg_test_4mN2···read · writeMay 18, 20262d 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": "..." }
}