Dear TryTerra Support Team,
I am currently working on integrating my application with Apple Health using your API. I am calling the initConnection API as follows: await initConnection(connectionType, token, true); This is intended to automatically fetch data and send it to the webhook. However, I am encountering an issue where the API call to hooks/apple/daily/push returns a status code of 429, resulting in the inability to send data to the webhook.
Could you please help me understand the root cause of this issue and provide guidance on how to resolve it?
Thank you for your assistance.