To ensure stability and performance for all users, Wiza enforces rate limits across different API endpoints. This article explains the current limits and how they may affect your integrations.
Individual Reveal Endpoint
Rate Limit: 15 requests per second (RPS)
What it Does: The Individual Reveal endpoint is used to fetch real-time details (emails, phones, firmographics) for a single person.
Best Practice: If you anticipate high-volume lookups, consider implementing request queuing or batching logic to avoid hitting the limit.
List Endpoints
The following endpoints are used to create bulk lists of prospects from LinkedIn Sales Navigator, Recruiter, or custom CSVs:
Create List
Create Prospect List
Rate Limit: 10 lists per minute (combined across both endpoints)
Best Practice: Space out list creation requests to prevent errors. If your workflow requires more frequent bulk list creation, batch people into fewer lists when possible.
What Happens If You Exceed Limits?
Exceeding these limits will result in HTTP 429 “Too Many Requests” responses.
If you receive a rate limit error, pause or slow down your requests before retrying.
Summary of Limits
Endpoint | Rate Limit | Notes |
Individual Reveal | 15 requests per second | For person-level enrichment lookups |
Create List | 10 lists per minute total | Shared limit with Create Prospect List endpoint |
Create Prospect List | 10 lists per minute total | Shared limit with Create List endpoint |
