Hi Team, over the weekend I figured out that the API call limit seem not to be reset in some cases. Because of an error in my scripts using PyVicare. I consumed up my 1450 calls during Saturday afternoon. Now, Monday noon I still get same "daily limit" message when accessing the API thru Postman. How to address those issues belonging to my account?! Not sure what RateLimit means in detail but even if its "ms" then I do not want to wait another 451872 hours before being allowed to access API { "viErrorId": "req-3ac5f2xxxxxxxxxxxxxxxxxxxx219", "statusCode": 429, "errorType": "RATE_LIMIT_EXCEEDED", "message": "API calls rate limit has been exceeded. Please wait until your limit will renew.", "extendedPayload": { "name": "development portal \"cda892a6xxxxxxxxxx5248\" daily limit", "requestCountLimit": 1450, "clientId": "xxxxx", "userId": "c230xxxxxxxxxxxxxxxxxcdc", "limitReset": 1626739203774 } }
... Mehr anzeigen