I'm the CTO of Seety. We spotted your integration in our logs as it generates a lot of requests for data that aren't changing.
Your users will face rate limitations and the API gateway will most likely block them.
In order to avoid those issues, please change the refresh interval. The regulation doesn't change every 5 minute, so you can easily put it at at least 5h. Also, the user token is valid for multiple hours too, you can keep it for multiple requests instead of refreshing it every time.
FYI, we have an official REST API that we can share. It's designed to do exactly what you do and can help with the different limitations your implementation will likely face. Don't hesitate to contact me by email regarding an access to that API.
I'm the CTO of Seety. We spotted your integration in our logs as it generates a lot of requests for data that aren't changing.
Your users will face rate limitations and the API gateway will most likely block them.
In order to avoid those issues, please change the refresh interval. The regulation doesn't change every 5 minute, so you can easily put it at at least 5h. Also, the user token is valid for multiple hours too, you can keep it for multiple requests instead of refreshing it every time.
FYI, we have an official REST API that we can share. It's designed to do exactly what you do and can help with the different limitations your implementation will likely face. Don't hesitate to contact me by email regarding an access to that API.