Currently I use API Key’s using integrations/v1/limit/daily endpoint to track how much usage is available before my code proceeds. I am working on adding oAuth 2.0 and I do not see any equivalent Hubspot API endpoints that supports the same response of: [ { "name": "api-calls-daily", "usageLimit": 1000000, "currentUsage": 31779, "collectedAt": 1560189939285, "fetchStatus": "SUCCESS", "resetsAt": 1560204000000 }] Please create a OAuth endpoint to provide the same results.
... Mehr anzeigen