Skip to main content
All PitchCRM Partner API endpoints enforce a rate limit of 100 requests per minute per account. If you exceed this limit, the API returns:
HTTP 429 - Too Many Requests
{
  "error": "Rate limit exceeded. Try again later."
}

Best Practices

  • Implement exponential backoff when you receive a 429 response.
  • Cache campaign list responses where possible to avoid repeated calls.
  • If your integration requires higher limits, contact support@pitchcrm.com.