【发布时间】:2021-12-29 16:23:18
【问题描述】:
我向这个 Hubspot 端点 https://api.hubapi.com/crm/v3/imports/ 发出了一个 POST 请求,并得到以下状态码为 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"}
令人困惑的是,我向这个 Hubspot 端点 https://api.hubapi.com/integrations/v1/limit/daily 发出了一个 GET 请求,它显示我们在剩余的一天内有 499000 个导入。
如有任何帮助,我们将不胜感激。
PS:我们有专业级别的 Hubspot 订阅。
【问题讨论】:
标签: hubspot hubspot-crm hubspot-cms hubspot-api