简体   繁体   中英

Hubspot bulk import API limit issue

I made a POST request to this Hubspot endpoint https://api.hubapi.com/crm/v3/imports/ and got the following response with status code 429

{"status":"error","message":"This portal has surpassed the daily number of imports it can run - 500","errorType":"PAID_PORTAL_IMPORTS_LIMIT","errorTokens":{"totalImportsLimit":["500"],"totalImports":["501"]},"correlationId":"123fakeid"}

What is confusing is that I made a GET request to this Hubspot endpoint https://api.hubapi.com/integrations/v1/limit/daily , and it showed us as having 499000 imports for the day remaining.

Any assistance would please be appreciated.

PS: We have Professional tier Hubspot subscription.

The limit is not limited to the imports API, all HubSpot authenticated API calls count against it. Additionally the daily limit endpoint also counts against the daily limit.

If you think you're seeing that 429 response in error, contact HubSpot support. help.hubspot.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM