Rate Limiting
The XingZap API has the following rate limits:
- 1 call per second
This limit ensures fair usage across all API consumers and prevents overloading the Xing platform.
Best Practices
Section titled “Best Practices”- Implement retry logic - If you receive a
429 Too Many Requestserror, wait before retrying - Queue your requests - Space out your API calls to stay within limits
- Cache results - Store responses locally when possible to reduce API calls