How to Debug API Rate Limit and Authentication Errors

Overview
When your custom integrations hit rate limits or token issues, you’ll see 429 or 401 errors. This article shows you how to diagnose and resolve them.

Procedure

  1. Check your integration logs for HTTP status codes:

  2. For 429 errors:

  3. For 401 errors:

  4. Test with a simple GET /api/v1/lead-contacts call in Postman or curl to isolate the issue.

Tips

Troubleshooting / FAQs